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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d5920cd615f0faa6 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!feeder.news.orange.fr!not-for-mail Message-ID: <4CB6250D.4060509@gmail.com> Date: Wed, 13 Oct 2010 23:30:53 +0200 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Lightning/1.0b1 Thunderbird/3.0.8 MIME-Version: 1.0 Newsgroups: comp.lang.ada To: ramon_garcia Subject: Re: Does gnatbench (Eclipse Ada plugin from Ada Core Technologies) work at all? References: <8d846044-8b8b-4d90-a17e-1033f07bb7d2@c10g2000yqh.googlegroups.com> In-Reply-To: <8d846044-8b8b-4d90-a17e-1033f07bb7d2@c10g2000yqh.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Organization: les newsgroups par Orange NNTP-Posting-Date: 13 Oct 2010 23:30:53 CEST NNTP-Posting-Host: 92.128.61.156 X-Trace: 1287005453 reader.news.orange.fr 32425 92.128.61.156:10993 X-Complaints-To: abuse@orange.fr Xref: g2news2.google.com comp.lang.ada:15488 Date: 2010-10-13T23:30:53+02:00 List-Id: Hi! On 10/12/2010 06:47 PM, ramon_garcia wrote: > I have tried gnatbench from libre.adacore.com. It can't load at all in > Eclipse. Looking at the software, it looks like the versions of the > plugins are broken. Bellow is what I found. Can anyone confirm that > the public version downloaded from libre.adacore.com works? I reported > the problem to Adacore, but unfortunately I received a rather rude > denial, without any reasoning of the evindence. I find rather > suprising that there is no community of users, or at least googling > for gnatbench finds nothing. I'm using gnatbench 2.4.0 on Eclipse 3.5.2 build M20100211-1343 under Linux Ubuntu. It works quite well. Sometimes it crashes in the gnatbench native library but it's better than GPS so I manage with that. Recently I installed the Google Androide SDK plugin and after that my gnatbench plugin didn't worked. I had to remove that plugin and repair my broken workspace for gnatbench to work again. To investigate the problem on you side you can run eclipse with -debug option and also have a look at the '.metadata/.log' file in your workspace. OTOH you're saying it doesn't work without telling us what error you get. Stephane