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: 103376,168309ad531202b6 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!postnews.google.com!v12g2000vbh.googlegroups.com!not-for-mail From: Britt Snodgrass Newsgroups: comp.lang.ada Subject: Re: GNATBench : how can I install ? Date: Fri, 5 Nov 2010 04:22:54 -0700 (PDT) Organization: http://groups.google.com Message-ID: <915ba2dc-07d6-43d4-980e-448101d358e4@v12g2000vbh.googlegroups.com> References: <1717f132-4cc1-43ec-89a8-69d40a12d65d@m24g2000vbu.googlegroups.com> NNTP-Posting-Host: 209.252.170.138 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1288956174 22836 127.0.0.1 (5 Nov 2010 11:22:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Nov 2010 11:22:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v12g2000vbh.googlegroups.com; posting-host=209.252.170.138; posting-account=rdRzuwoAAAAyW3CSBhs_xgfCUJSc1aNt User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:16224 Date: 2010-11-05T04:22:54-07:00 List-Id: On Nov 5, 12:34=A0am, Yannick Duch=EAne (Hibou57) wrote: > > > A minimal GPS is not strictly required, but if there is none, you will = =A0 > > have to edit GPR files manually. I've noticed it has automatically =A0 > > created a big gnatbench.dll in a subdirectory of OSGI (which is in =A0 > > =93.configuration=94). > > Strange : if you do, on an Ada project, a right-click, then =93GNAT Proje= ct=94 =A0 > then =93Edit Properties=94, it invoks the old dialog box from GPS. But yo= u may =A0 > also right-click on a GPR file, then you will have two options : =93Open = =A0 > with -> GNAT Project File Editor=94 or =93Open with -> GNAT Project File = =A0 > Extended Editor=94. Three different ways to edit a same file. The Extende= d =A0 > one seems a work on progress. > I much prefer to edit GPR files manually with the GNATbench text editor because its easier to keep the GPR files neat, commented, and optimally structured. The project file editing GUI works but it can restructure the GPR file in ugly ways when it saves the file. It will often introduce unneeded case statements in every GPR package when the project uses scenario variables. So I only use the project editor GUI to help discover compiler and tool switches, then I close the GUI without saving and proceed to edit the file manually.