Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 72499 invoked from network); 11 Oct 2000 09:03:30 -0000 Received: from unknown (HELO smtp.cortexebusiness.com.au) (210.8.213.130) by locus.apache.org with SMTP; 11 Oct 2000 09:03:30 -0000 Received: (from daemon@localhost) by smtp.cortexebusiness.com.au (8.10.0/8.10.0) id e9B93DK24136 for ; Wed, 11 Oct 2000 20:03:13 +1100 (EST) Received: from monkey(192.168.1.8), claiming to be "monkey.prod.thespot.com.au" via SMTP by ripley.devl.ebinteractive.com.au, id smtpdAAA7GaydV; Wed Oct 11 20:03:10 2000 Received: (from daemon@localhost) by monkey.prod.thespot.com.au (8.10.0/8.10.0) id e9B93AI03931 for ; Wed, 11 Oct 2000 20:03:10 +1100 (EST) Received: from UNKNOWN(192.168.1.9), claiming to be "chunky.devl.ebinteractive.com.au" via SMTP by monkey, id smtpdAAASWaaPh; Wed Oct 11 19:03:07 2000 Received: from snotty (snotty.devl.ebinteractive.com.au [192.168.1.32]) by chunky.devl.ebinteractive.com.au (8.10.0/8.10.0) with SMTP id e9B937B15910 for ; Wed, 11 Oct 2000 20:03:07 +1100 (EST) From: "Conor MacNeill" To: Subject: RE: can set propery only once Date: Wed, 11 Oct 2000 20:03:29 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-reply-to: X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Ingo, It is a feature which has caused much debate on this list and I think we are moving to address it somehow. It comes about from the need to override properties set in a build file from the command line. If the properties are set in the build file and can be changed, it is difficult to override them at the command line, or from another ant project. Thus either properties are immutable, allowing the command line to have precedence or properties have a precedence associated with them so that only properties cannot be set with a lower precedence value. Conor -- Conor MacNeill conor@cortexebusiness.com.au Cortex eBusiness http://www.cortexebusiness.com.au > -----Original Message----- > From: Ingo Adler [mailto:ingo.adler@qbic.ch] > Sent: Wednesday, 11 October 2000 19:57 > To: ant-dev@jakarta.apache.org > Subject: AW: can set propery only once > > > Do you think that it's a necessary feature? > I have some examples, where I don't need this feature. > I don't have any example, where I need this feature. > > Ingo. > > > Its a feature at this time. > > > -----Original Message----- > > > > Hi, > > > > I can set a property only once = it always has the first assigned > value: > > > > > > > > > > > > > > > > The Value of ${tmp} is still tmp/a > > > > > > > > Is this a feature or a bug? > > > > Ingo > > >