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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a264b2f96d7b6f74 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-22 13:03:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!teaser.fr!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: ada project dependency tree Date: Sat, 22 Feb 2003 15:04:33 -0600 Organization: ENST, France Message-ID: References: <3e56861a$1_1@news.arrakis.es> Reply-To: "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1045947806 33251 137.194.161.2 (22 Feb 2003 21:03:26 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sat, 22 Feb 2003 21:03:26 +0000 (UTC) To: "comp.lang.ada mail to news gateway" Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:34441 Date: 2003-02-22T15:04:33-06:00 ----- Original Message ----- From: "John R. Strohm" Newsgroups: comp.lang.ada To: Sent: February 22, 2003 11:13 AM Subject: Re: ada project dependency tree > "alfonso acosta" wrote in message > news:3e56861a$1_1@news.arrakis.es... > > Is there an applicatoin which generates a dependency tree from a set of > > ada files? > > Maybe I'm overly optimistic, but I would expect this, or something like it, > to exist in every real Ada toolset, based on my recollection that > MIL-STD-1815A (and the subsequent ANSI/MIL standards) require the compiler > to verify that it is working from a consistently-compiled database (i.e., > everything that with's everything else was compiled in a correct order). > This implies a dependency tree in the database. The OP defined the "tree" he wants as a graphic representation -- not required to meet the compilation order requirements of the Ada standard(s). > > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada > >