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,5c70ccd26c0d866c X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!postnews.google.com!25g2000hsx.googlegroups.com!not-for-mail From: OgRo Newsgroups: comp.lang.ada Subject: Re: AdaWorks/APQ :: Build System :: Call for Help! Date: Sun, 10 Aug 2008 13:26:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: <436db540-aed8-4547-bfe5-2b13ba955b9d@25g2000hsx.googlegroups.com> References: <597fcb1c-cb46-4489-91e0-e38b9c6cc24a@m3g2000hsc.googlegroups.com> <489f2598$0$19665$4d3efbfe@news.sover.net> NNTP-Posting-Host: 201.6.225.168 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1218399962 21694 127.0.0.1 (10 Aug 2008 20:26:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 10 Aug 2008 20:26:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 25g2000hsx.googlegroups.com; posting-host=201.6.225.168; posting-account=NclPyQoAAAAE3vS1fHd_8NOSumP9W3Ey User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); pt-BR; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1589 Date: 2008-08-10T13:26:01-07:00 List-Id: On 10 ago, 14:30, "Peter C. Chapin" wrote: > I'm wondering what you mean specifically by "all project folders." I > see 30 folders in the root, but I'm guessing you don't mean all of those. > > Peter No. "Only" the ones you need - and their dependencies. So far someone would have 9 modules (and it also depends in which database environments the user will require). We won't have more than 12 to 15 modules and, still, this organization was proposed only for the indoor development environment. Now I'm bring this issue open so people can share their thoughts and we can come to a conclusion in the clearest way possible. Notice our main development environment is Linux and it's _really_ straightforward to build such environment variable using bash. For Ms Windows I believe it's not quite the same. Also, I am aware of the length limitation of environment variables and putting every project's path into ADA_PROJECT_PATH is not practical (imagine 100 projects with different paths... crazy!). But there are still two things we got to make possible: mixing branches with the trunk modules and providing an efficient way for users to compile our base code.