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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5355e4a180d9f6be X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Eclipse & gnatbench Date: Fri, 07 Mar 2008 11:53:21 +0100 Message-ID: <63cl57F262riuU1@mid.individual.net> References: <63am2uF26pon2U1@mid.individual.net> <6e28be91-ae4a-4ff2-8c2f-0b862452fc3e@p73g2000hsd.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: individual.net GcFWVa8t51W6AFmxU8K+GQxGpWV3Ekx0qFGGysjQV8obrYBcg= Cancel-Lock: sha1:RdidybL+cGCAbGVTeJNGgyp5kqw= User-Agent: KNode/0.10.5 Xref: g2news1.google.com comp.lang.ada:20219 Date: 2008-03-07T11:53:21+01:00 List-Id: Eric Hughes wrote: > On Mar 6, 9:56 am, "Alex R. Mosteo" wrote: >> I'm trying to evaluate gnatbench and I'm failing miserably. I have a stock >> Eclipse Classic 3.3.2 freshly installed and gnat GPL 2007 installed and well >> tested. > > Gnatbench requires that CDT be installed prior. That tidbit was in > one of the few bits of documentation I read about it. Not a problem > for me, as I already had it in place. Oookay, thanks. Then I see in the eclipse comparison page that a good starting point is the C/C++ one (more so since my projects are multilanguage). >> Gnatbench comes without any documentation I could find. Has anyone here >> tried it? Care to share some pointers? > > Installation worked fine for me. I'm not using it because, > apparently, it has no way of dealing with alternate source naming > conventions. I don't use GNAT's default ".ads" and ".adb"; I can't > discriminate between them quick enough on the screen. If you're not > customizing your environment that way, perhaps it will work for you. I use stock gnat naming, so I don't expect to have a problem with this. I though you could specify alternate naming conventions in your project files?