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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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-20 08:23:27 PST Path: supernews.google.com!newsfeed.google.com!newsfeed.stanford.edu!headwall.stanford.edu!unlnews.unl.edu!newsfeed.ksu.edu!nntp.ksu.edu!onews.collins.rockwell.com!not-for-mail From: Britt Snodgrass Newsgroups: comp.lang.ada Subject: Re: Looking for Ada source browser Date: Fri, 20 Apr 2001 09:26:43 -0500 Organization: N/A Message-ID: <3AE04723.935E0CCC@adapower.net> References: <3ADFF58E.285042FF@esa.int> Reply-To: britt@acm.org NNTP-Posting-Host: gatekeeper.collins.rockwell.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.51 [en]C-CCK-MCD (WinNT; U) X-Accept-Language: en Xref: supernews.google.com comp.lang.ada:7044 Date: 2001-04-20T09:26:43-05:00 List-Id: Its not the compiler independent browser you're looking for but you might find jGRASP from http://www.eng.auburn.edu/grasp/ useful for highlighting the structure of particular packages. I've used it a little in conjunction with GNAT. Its free and written in Java but its not GNU style open source. Britt 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.