Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 12710 invoked by uid 500); 3 Jul 2001 08:23:17 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 12563 invoked from network); 3 Jul 2001 08:23:09 -0000 Message-ID: <4E7888D4F219E145B6F81E5D3049E3BF1B10E8@scmail01.arsin.com> From: Peter Vogel To: "'ant-dev@jakarta.apache.org'" Subject: RE: PATCH: Attributes of Target can reference properties Date: Tue, 3 Jul 2001 01:23:11 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N There are times this is *appropriate* and correct in a build system. Peter D -- I'm just curious, how much build infrastructure architecting have you done in your career? Did you just have a seriously bad gnumake trip instigated by someone (ab)using make without knowing what they were doing? I mean, even in my current contract, where the system to be built is pretty small, (50K lines of Java, but very young) but highly partitioned into several groups of responsibility, I've needed to patch ant for this sort of feature and hack around the lack of a foreach and an if. (I also worked with our deployment guy to implement a series of tasks to facilitate the production of Solaris packages which could probably be extended to build other forms of package, i.e. RPM). -Peter > -----Original Message----- > From: Peter Donald [mailto:donaldp@apache.org] > Sent: Friday, June 22, 2001 12:18 AM > To: ant-dev@jakarta.apache.org > Subject: Re: PATCH: Attributes of Target can reference properties > > > On Fri, 22 Jun 2001 17:14, Stefan Bodewig wrote: > > Peter Donald wrote: > > > My main concerns was that this would allow dependency tree to be > > > modified. > > > > It does not - as the expansion happens at parser time. > > Okay then - dynamically specified on the command line if that > makes it sound > better. Either way comments still apply ;) > > Cheers, > > Pete > > *-----------------------------------------------------* > | "Faced with the choice between changing one's mind, | > | and proving that there is no need to do so - almost | > | everyone gets busy on the proof." | > | - John Kenneth Galbraith | > *-----------------------------------------------------* >