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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,92f728dc6c4840d4 X-Google-Attributes: gid103376,public From: ddavenpo@redwood.hac.com (Darren C Davenport) Subject: Re: see withing structure? Date: 1996/01/08 Message-ID: <4crh8j$1t9@hacgate2.hac.com>#1/1 X-Deja-AN: 134548788 references: <19960105.164845.756@lfs.loral.com> organization: Hughes Aircraft Company newsgroups: comp.lang.ada Date: 1996-01-08T00:00:00+00:00 List-Id: Darryl Styer (styerd@lfs.loral.com) wrote: : Anyone know of a tool that will show the withing structure using : either Ada source or a list of adalibs? I need to determine : every path which is causing me to have dependencies on a lower level : package in order to find the best way to eliminate that dependency. : I can use "areport" (LegacyAda/OATS?) to list all the dependencies but : this mostly shows that I only have dependencies. Multiple dependencies : or paths to the same package dependency are not clearly described. : The ideal tool would generate the dependency tree once, save/restore the data, and allow one to list all dependencies between any 2 packages. Note that I am not looking for a "Teamwork Ada" or other case solution, : just a simple tool. Thanks. : Darryl Styer : styerd@lfs.loral.com The AdaIC WWW site has listings of companies that sell tools like that. See: http://sw-eng.falls-church.va.us/AdaIC/ Darren ddavenpo@redwood.dn.hac.com