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: a07f3367d7,a69623f198c84217 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!b15g2000yqd.googlegroups.com!not-for-mail From: Britt Newsgroups: comp.lang.ada Subject: Re: Exclude files from Source_Dirs in GPS configuration Date: Fri, 14 Aug 2009 07:25:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9b20dc6e-e426-46f9-8522-f531bda75a38@b15g2000yqd.googlegroups.com> References: <966221dc-5f38-411c-a1dc-b04fce698515@k19g2000yqn.googlegroups.com> NNTP-Posting-Host: 205.175.225.24 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1250259953 21789 127.0.0.1 (14 Aug 2009 14:25:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 14 Aug 2009 14:25:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b15g2000yqd.googlegroups.com; posting-host=205.175.225.24; posting-account=rdRzuwoAAAAyW3CSBhs_xgfCUJSc1aNt User-Agent: G2/1.0 X-HTTP-Via: 1.1 secproxy04.rockwellcollins.com:8080 (IWSS) X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7787 Date: 2009-08-14T07:25:52-07:00 List-Id: On Aug 13, 7:56=A0am, Pablo wrote: > Hi. > I have a directory tree with so many files which I address at GPS > configuration file, for instance, as > =A0 =A0 =A0for Source_Dirs use (".", "Folder\/**"); > but I need to exclude some specific files, how do I do this? > > PS.: Sure, I can point to the files that I use "one by one" and > exclude the files from list I don=B4t want...but it=B4s not very > elegant... The GNAT Pro 6.2.1 user's guide says there are "Excluded_Source_Files" and "Excluded_Source_List_File" attributes that you can use in your project file. I haven't used them myself and don't know kow long these attributes have been around. - Britt