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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bed15592664c9bfd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-05 18:51:15 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Can any body clarify me !! Date: 5 Jun 2002 18:51:14 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0206051751.7641f2f0@posting.google.com> References: NNTP-Posting-Host: 205.232.38.247 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1023328275 9939 127.0.0.1 (6 Jun 2002 01:51:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 6 Jun 2002 01:51:15 GMT Xref: archiver1.google.com comp.lang.ada:25382 Date: 2002-06-06T01:51:15+00:00 List-Id: Preben Randhol wrote in message news:... > On 5 Jun 2002 11:40:38 -0000, anil kumar hosamani wrote: > > Hi, > > I want one clarification in ADA programming. I want to keep > > .ADS file in separate directory. and its corresponding .ADB file > > in separate directory. How I can > > done it to build the application.? > > Why would you want to do that? It sounds to me that you will only have > more problems editing your files this way. > > Preben It's a perfectly reasonable thing to want to do, since e.g. the specs may need to be shared but not the bodies, or there may be multiple implementations of the bodies in different directories. GNAT fully supports this, all the necessary documentation is in the users guide.