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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6c7dea22b75ba442 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!50g2000hsm.googlegroups.com!not-for-mail From: Britt Snodgrass Newsgroups: comp.lang.ada Subject: Re: ada compiler? Date: Wed, 14 Nov 2007 09:32:57 -0800 Organization: http://groups.google.com Message-ID: <1195061577.256514.290760@50g2000hsm.googlegroups.com> References: NNTP-Posting-Host: 205.175.225.24 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1195061577 4523 127.0.0.1 (14 Nov 2007 17:32:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 14 Nov 2007 17:32:57 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 50g2000hsm.googlegroups.com; posting-host=205.175.225.24; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news1.google.com comp.lang.ada:18380 Date: 2007-11-14T09:32:57-08:00 List-Id: On Nov 12, 6:20 pm, wrote: >> Ada programs are not required to end in .adb or .ads. This is a convention > adopted by GNAT. Seom compilers allow files to end in any extension > you want to choose. Also, GNAT requires that the internal name match > the file name. This is also a convention unique to GNAT. Other compilers > allow a mismatch between the internal name and the external name. GNAT defaults to insisting on ".ads" and ".adb", but it is possible to configure GNAT to use any filename convention including the ".1.ada" and ".2.ada" convention required by Apex. This is all described in the "Alternative File Naming Schemes" and "Handling Arbitrary File Naming Conventions Using gnatname" sections of the GNAT Users Manual. I have used GNAT with the Apex file name convention in the past and it works fine. -- Britt