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,WEIRD_QUOTING autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5bcecfde044a119d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!b38g2000prf.googlegroups.com!not-for-mail From: =?ISO-8859-1?B?Suly9G1l?= Newsgroups: comp.lang.ada Subject: Re: Ada for Netbeans Date: Tue, 30 Dec 2008 09:06:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <028effae-d6ba-48eb-a22b-4a65acfb725e@b38g2000prf.googlegroups.com> References: <483c86d1-7a60-4a86-8bbb-aa79d364f82a@r10g2000prf.googlegroups.com> <199b4221-bc46-4dfc-beca-542917a8f548@r37g2000prr.googlegroups.com> <28dfe716-8c01-4a77-a55f-86fc747b007b@o4g2000pra.googlegroups.com> NNTP-Posting-Host: 84.96.81.228 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1230656807 27416 127.0.0.1 (30 Dec 2008 17:06:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 30 Dec 2008 17:06:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b38g2000prf.googlegroups.com; posting-host=84.96.81.228; posting-account=d5j2DQoAAABeZhUIl30hw1xF6LEcGIMa User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3132 Date: 2008-12-30T09:06:47-08:00 List-Id: On 30 d=E9c, 18:00, J=E9r=F4me wrote: > On 30 d=E9c, 10:12, raster wrote: > > > > > ... > > In this post for now it's OK... > > Thanks > > Andrea > > OK. Here are my first comments. > > I had the same problem : Auto Detect was not working. Sorry ... I post it too rapidly ... I meant : I had the same "Auto detect" Problem - It is suppose to look for gnatmake.exe files, right ? So I had the GNAT GPL root folder, and was able to create a first Ada for Netbeans project. If I understand correctly, it creates a gpr file based on the Netbean project properties, right ? No chance to use an already existing gpr file ? The editor detects incorrect syntax error, particulary with Character and Strings like the following ones : package test_ada_for_netbeans is A_character : constant character :=3D '"'; Another_character : constant Character :=3D ''''; A_String : constant String :=3D """"; end test_ada_for_netbeans; That s all for the moment. Regards.