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!postnews.google.com!t39g2000prh.googlegroups.com!not-for-mail From: raster Newsgroups: comp.lang.ada Subject: Re: Ada for Netbeans Date: Tue, 30 Dec 2008 11:31:43 -0800 (PST) Organization: http://groups.google.com Message-ID: <48fd6d7c-c61f-4d90-85ec-2d9ce0c874a7@t39g2000prh.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 1230665503 21544 127.0.0.1 (30 Dec 2008 19:31:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 30 Dec 2008 19:31:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t39g2000prh.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:3134 Date: 2008-12-30T11:31:43-08:00 List-Id: > I had the same "Auto detect" Problem - It is suppose to look for > gnatmake.exe files, right ? No, I'm look gnat file (with or without .exe if the S.O. is not windows) but I don't understand because not work. Which S.O. and which version do you use? Which GNAT distribution and which version do you s > If I understand correctly, it creates a gpr file based on the Netbean > project properties, right ? No, the project is an ant based project and the gpr file is created at runtime when build/clean command are executed. > No chance to use an already existing gpr file ? In the future I'll create the import from 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; > For this problem I am already to the work. I thank all for precious comments. Ciao, Anndrea