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,e9fdaae478ceaa2e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-25 23:41:56 PST Path: newsfeed.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!isdnet!195.25.12.36.MISMATCH!oleane.net!oleane!ntserveur.tni.fr!not-for-mail From: Pierre Dissaux Newsgroups: comp.lang.ada Subject: Re: Looking for Ada source browser Date: Thu, 26 Apr 2001 08:37:25 +0200 Organization: TNI - www.tni.fr Message-ID: <3AE7C225.41C67EA6@tni.fr> References: <3ADFF58E.285042FF@esa.int> NNTP-Posting-Host: 192.168.7.49 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01Gold (X11; I; SunOS 4.1.3_U1 sun4m) Xref: newsfeed.google.com comp.lang.ada:6943 Date: 2001-04-26T08:37:25+02:00 List-Id: It is not free, but the Ada reverse engineering function of our HOOD tool (Stood) seems to meet the requirements that are specified: - works on PC and Sun - may scan a large number of Ada packages in several directories - provides full browsing capability thanks to the HOOD structured textual descriptors (ODS). - builds a cross-reference table and draws call trees etc... more info: - about the HOOD method: www.hood-method.org - about the Stood tool: www.tni.fr - contact: stood@tni.fr Pierre Dissaux TNI (we'll be next week at STC, booth #937) Joe Wheadon wrote: > > I am looking for an Ada Source Browser, preferably able to run on a > PC/Windows platform and also Solaris 2.5.1 platform, suitable for > browsing source code of projects, each with a few hundred source > modules spread over a multi-branch project-specific filetree. Ideal > would be something written in Java, for portability and ease of > customisation. Source editing would be nice-to-have. In any case the > tool should be extensible. The main point is to have convenient > navigation through the source code (or a representation thereof), > following references to packages, subprograms, data, etc. No other > special capabilities or integration with other tools (eg CM...) are > needed. The Browser must be usable independently of any particular > compiler system. The Ada is MIL-STD-1815A Ada83. > Can someone recommend a good FREE package for this ? > Joe.