Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 15927 invoked by uid 500); 1 Jun 2001 13:29:58 -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 15916 invoked from network); 1 Jun 2001 13:29:58 -0000 Message-ID: <007801c0ea9f$8d9b03a0$60c4223f@cognetnt> From: "Conor MacNeill" To: References: <009601c0ea9c$5c7c4660$ec78883e@viquity.com> Subject: Re: Scope of Types Date: Fri, 1 Jun 2001 23:32:50 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > The difference with what you are proposing is that by doing it this way you > are not only affecting the values of the properties you are passing, but > those of all other properties in "B" that use the that property to construct > its own values: > > > > if override at the end, ${build.file} will get the wrong content with > rrespect to ${build.dir}. > Yep, agreed - I think I got it right in the next post :-) Conor