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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,be9ede6456a2a7ea X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news4.google.com!feeder.news-service.com!tudelft.nl!txtfeed1.tudelft.nl!zen.net.uk!dedekind.zen.co.uk!aioe.org!not-for-mail From: John McCabe Newsgroups: comp.lang.ada Subject: Re: GNATBench 2.1.0 (free) and file/procedure naming case Date: Tue, 10 Mar 2009 11:38:13 +0000 Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: RXEkuaSUwmKe0XIGFYSK7A.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org NNTP-Posting-Date: Tue, 10 Mar 2009 11:37:46 +0000 (UTC) X-Notice: Filtered by postfilter v. 0.7.7 X-Newsreader: Forte Free Agent 2.0/32.652 Cancel-Lock: sha1:FKs1YWei5JHYS48TM0fTZNXD+zI= Xref: g2news2.google.com comp.lang.ada:4985 Date: 2009-03-10T11:38:13+00:00 List-Id: On Mon, 9 Mar 2009 12:50:59 -0700 (PDT), britt.snodgrass@gmail.com wrote: Hi Britt, >On Mar 9, 10:41�am, John McCabe wrote: > >> >> However the latest thing I have is that GNATBench doesn't appear to >> maintain the casing I use for files/folders and procedure. For >> example, I put in TestAdaProj as the project name and MyMain as the >> main procedure and it creates folders and files called testadaproj and >> mymain.adb respectively. Is there something I've done wrong here that >> anyone can think of. >Try putting the following in your GPR file: >package Naming is > for Casing use "mixedcase"; -- otherwise, default is "lowercase" >end Naming; >This is described in the GNAT User's Guide (section 11.11, Naming >Schemes). >I haven't tried this myself since I use GNAT's default naming >conventions. Regarding GPR files, I've found it better to edit them >manually (in Eclipse) rather than use the GNATbench (or GPS) project >properties editor. For what it's worth, chances are that may work fine, but this issue happens when creating a project from Eclipse. If I then set that value and rename all my files and folders to what I wanted in the first place, the Ada Project Explorer in Eclipse gets totally lost. It's so phenomenally frustrating; I can't see that I'm doing anything particularly odd or unusual, yet every time I try to use GNATBench it just seems to put all sorts of obstacles in my way instead of just working! Maybe it's just me! >> Has anyone got any idea what's happening with Hibachi? That seems to >> have gone completely dead. >I lurk on the Hibachi mailing list. List traffic dropped to near zero >long ago, so it is effectively dead. Oh dear. Seemed like such a good idea. >I don't miss it. GNATbench is >much better if you are using GNAT as your compiler. You're using the paid for version though aren't you? Perhaps that just works better!