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.0 required=5.0 tests=BAYES_00,FREEMAIL_FROM, URI_WP_DIRINDEX autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4443958c9fa96bcd X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!r36g2000prf.googlegroups.com!not-for-mail From: Ivan Levashew Newsgroups: comp.lang.ada Subject: Re: Using "/" As Dot Replacement with GNAT Date: Thu, 1 Jan 2009 05:20:15 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <5bd799d9-fbf0-4c72-83a6-f46d96c5831d@o40g2000prn.googlegroups.com> NNTP-Posting-Host: 83.149.49.220 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1230816015 22588 127.0.0.1 (1 Jan 2009 13:20:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 1 Jan 2009 13:20:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r36g2000prf.googlegroups.com; posting-host=83.149.49.220; posting-account=SWSr0goAAABcqpu6T_j1x1_Ub5y2Ekfy User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3167 Date: 2009-01-01T05:20:15-08:00 List-Id: > 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. This structure is specific to Eclipse IDE, not to Java as whole. XCode, for instance, does nothing to support Eclipse-style directory structure. Personally, I prefer .NET-style filenames (Mixed_Case.Dot_Separated.adb). Configuration pragmas allow to do any file naming conventions: http://www.adacore.com/wp-content/files/ auto_update/gnat-unw-docs/html/gnat_ugn_11.html#SEC112