From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4443958c9fa96bcd,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o40g2000prn.googlegroups.com!not-for-mail From: Michael Rohan Newsgroups: comp.lang.ada Subject: Using "/" As Dot Replacement with GNAT Date: Sat, 27 Dec 2008 15:24:45 -0800 (PST) Organization: http://groups.google.com Message-ID: <5bd799d9-fbf0-4c72-83a6-f46d96c5831d@o40g2000prn.googlegroups.com> NNTP-Posting-Host: 24.130.121.49 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1230420285 21698 127.0.0.1 (27 Dec 2008 23:24:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 27 Dec 2008 23:24:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o40g2000prn.googlegroups.com; posting-host=24.130.121.49; posting-account=iokpWwkAAAC4FdoU8cY5F_WfowBALHIE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3094 Date: 2008-12-27T15:24:45-08:00 List-Id: Hi Folks, Has anyone had any success using "/" as the dot replacement for file names with GNAT, i.e., the spec file for the package A.B.C would be a/ b/c.ads? This would give a structure similar to the Java source structure. Take care, Michael.