Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 39913 invoked from network); 4 May 2004 15:17:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 May 2004 15:17:39 -0000 Received: (qmail 61022 invoked by uid 500); 4 May 2004 15:17:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 60978 invoked by uid 500); 4 May 2004 15:17:23 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 60961 invoked from network); 4 May 2004 15:17:23 -0000 Received: from unknown (HELO web50001.mail.yahoo.com) (206.190.38.16) by daedalus.apache.org with SMTP; 4 May 2004 15:17:23 -0000 Message-ID: <20040504151725.6862.qmail@web50001.mail.yahoo.com> Received: from [209.208.163.194] by web50001.mail.yahoo.com via HTTP; Tue, 04 May 2004 08:17:25 PDT Date: Tue, 4 May 2004 08:17:25 -0700 (PDT) From: ant question2 Subject: Re: reference inside an ant task. To: Ant Users List In-Reply-To: <20040427140806.32496.qmail@web50001.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1604993140-1083683845=:6471" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --0-1604993140-1083683845=:6471 Content-Type: text/plain; charset=us-ascii I seemed to have solved part of the problem. The issue was not with the reference but with the property I was using to display the path reference. If I move the property setting inside the task then the output behaves as I expect it to. The binding times for properties of ihnertied references is clearly very complex. Here is the working code ----------------------------------------------------- -------------------------- $ ant -f a.xml Buildfile: a.xml default: [echo] C:\cygwin\home\a.xml Overriding previous definition of reference to path1 default: [echo] C:\cygwin\home\a.xml BUILD SUCCESSFUL Total time: 1 second --------------------------------- Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs --0-1604993140-1083683845=:6471--