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,WEIRD_QUOTING autolearn=no 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!news2.google.com!postnews.google.com!n33g2000pri.googlegroups.com!not-for-mail From: raster Newsgroups: comp.lang.ada Subject: Re: Ada for Netbeans Date: Mon, 5 Jan 2009 08:00:21 -0800 (PST) Organization: http://groups.google.com Message-ID: <2681b9ec-15c4-4a7b-a3ea-26d2db4ba9f6@n33g2000pri.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> <028effae-d6ba-48eb-a22b-4a65acfb725e@b38g2000prf.googlegroups.com> NNTP-Posting-Host: 217.26.81.94 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1231171222 17698 127.0.0.1 (5 Jan 2009 16:00:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 5 Jan 2009 16:00:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: n33g2000pri.googlegroups.com; posting-host=217.26.81.94; posting-account=LDPjRAoAAAAZu1G5DMbtRRee9qLHh2Ql User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3206 Date: 2009-01-05T08:00:21-08:00 List-Id: On 30 Dic 2008, 18:06, J=E9r=F4me wrote: > On 30 d=E9c, 18:00, J=E9r=F4me wrote: > 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 > > =A0 =A0 A_character : constant character :=3D '"'; > =A0 =A0 Another_character : constant Character :=3D ''''; > > =A0 =A0 A_String =A0 =A0: constant String :=3D """"; > > end test_ada_for_netbeans; > > That s all for the moment. > > Regards. I solved any problems with 0.1.6 version (http://plugins.netbeans.org/ PluginPortal/faces/PluginDetailPage.jsp?pluginid=3D13977): 1. Fix string and char literal recognition. 2. Fix new ada platform and autodetect in linux system. 3. Fix gpr template file for linux systems. 4. Fix project actions for linux systems. This first version of ada for netbeans I have released for the communities to have some necessary feedbacks to the pursuance of the project available, to understand if the road that I have undertaken is correct. Thanks all for your collaboration. Andrea