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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,41d1ad7dac3141af,start X-Google-Attributes: gid103376,public From: "W. Wesley Groleau x4923" Subject: Re: Rational Apex Question Date: 1997/09/04 Message-ID: <340F3583.2B55@pseserv3.fw.hac.com>#1/1 X-Deja-AN: 269906993 Sender: usenet@most.fw.hac.com (News Administration) X-Nntp-Posting-Host: sparc02 References: <340d968b.165641@news.rmi.de> Organization: Hughes Defense Communications Newsgroups: comp.lang.ada Date: 1997-09-04T00:00:00+00:00 List-Id: > To analyze our source code (several subsystems with about 10.000 > modules) with logiscope's Ada Analyzer, I need a list of all files in > compilation sequence (specs first, then bodies, called subroutines > before calling units, etc.). Is there a way to generate this list > (maybe with the Apex analyzer). An alternative (very inefficient) method: script: # pass a file to logiscope # parse the first error message to determine the not-yet anlyzed unit # translate the unit name to the file name # call script on that file # try again on the original file -- ---------------------------------------------------------------------- Wes Groleau, Hughes Defense Communications, Fort Wayne, IN USA Senior Software Engineer - AFATDS Tool-smith Wanna-be wwgrol AT pseserv3.fw.hac.com Don't send advertisements to this domain unless asked! All disk space on fw.hac.com hosts belongs to either Hughes Defense Communications or the United States government. Using email to store YOUR advertising on them is trespassing! ----------------------------------------------------------------------