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,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,be9ede6456a2a7ea X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!news2.glorb.com!bigfeed2.bellsouth.net!bigfeed.bellsouth.net!bignumber.bellsouth.net!news.bellsouth.net!bignews8.bellsouth.net.POSTED!c42b4e79!not-for-mail From: "Brian Gaffney" Newsgroups: comp.lang.ada References: Subject: Re: GNATBench 2.1.0 (free) and file/procedure naming case X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Message-ID: X-Complaints-To: abuse@bellsouth.net X-Abuse-Info: Please forward a copy of all headers for proper handling X-Trace: mabncmnekmdohbabdbdpiflmbcekedmfhojhikkbagflhcbolgjhikkihcabkamcaifdfbkkmnbdjnocmahkanldfcinpfnefdpkbbbdepkedcagoapdjinoploeaipimcnognjlednbnpjibjbpgdgokidfamen NNTP-Posting-Date: Mon, 16 Mar 2009 16:15:44 EDT Organization: BellSouth Internet Group Date: Mon, 16 Mar 2009 15:19:25 -0500 Xref: g2news2.google.com comp.lang.ada:5119 Date: 2009-03-16T15:19:25-05:00 List-Id: I haven't used GNATBench, but part of the problem may be that the GNAT tools on Windows convert file names to lowercase. Long ago, using different cases (i.e. on command line calls) would cause internal GNAT errors. The same issue did not impact Linux (etc). With the standard GNAT tools, the files they create are lowercase, but they will find files of any case. I don't know if if manually renaming the files would work here. "John McCabe" wrote in message news:a0kcr49vefr9gcocl7aonis52rrbjm3gu5@4ax.com... > 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!