Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 97754 invoked from network); 3 Oct 2003 15:56:29 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Oct 2003 15:56:29 -0000 Received: (qmail 43193 invoked by uid 500); 3 Oct 2003 15:56:13 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 43162 invoked by uid 500); 3 Oct 2003 15:56:12 -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 43149 invoked from network); 3 Oct 2003 15:56:12 -0000 Received: from unknown (HELO ns2.jdedwards.com) (199.166.248.75) by daedalus.apache.org with SMTP; 3 Oct 2003 15:56:12 -0000 Received: from denvscans4.jdedwards.com ([10.0.14.76]) by ns2.jdedwards.com (8.11.6/8.9.1) with SMTP id h93FuFT22502 for ; Fri, 3 Oct 2003 09:56:15 -0600 Received: from 10.0.14.88 by denvscans4.jdedwards.com (InterScan E-Mail VirusWall NT); Fri, 03 Oct 2003 09:56:15 -0600 Received: from denmails4.jdedwards.com ([10.0.14.81]) by densmtps2.jdedwards.com with Microsoft SMTPSVC(5.0.2195.5329); Fri, 3 Oct 2003 09:56:14 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Help : Properties in For- Each Task Date: Fri, 3 Oct 2003 09:56:14 -0600 Message-ID: <4CBD33C5AD199249ABC795AADBE83AB701F6FF93@denmails4.jdedwards.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Help : Properties in For- Each Task Thread-Index: AcOJQNVMiHgwvmwJTdOLAT4Mf8ncWQAhZQCg From: "Brown, Michael (Denver)" To: "Ant Users List" X-OriginalArrivalTime: 03 Oct 2003 15:56:14.0954 (UTC) FILETIME=[DFE7B4A0:01C389C6] 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 Sorry for the late reply. You may have tried this, but you can set these like this: =09 =09 Hope this helps and is what you were looking for. Mike B. -----Original Message----- From: Vikas Phonsa [mailto:VPhonsa@suz.com]=20 Sent: Thursday, October 02, 2003 5:56 PM To: 'Ant Users List' Subject: RE: Help : Properties in For- Each Task Mike, Thanks for replying, I'm not sure what exactly you mean by moving them to project level. They have to be in a target, right ? Vikas -----Original Message----- From: Brown, Michael (Denver) [mailto:Michael_Brown@jdedwards.com]=20 Sent: Thursday, October 02, 2003 3:05 PM To: Ant Users List Subject: RE: Help : Properties in For- Each Task My suggestion would be to move these two: =09 up to the project level. I think that would solve the problem. Mike B. -----Original Message----- From: Vikas Phonsa [mailto:VPhonsa@suz.com]=20 Sent: Thursday, October 02, 2003 3:56 PM To: 'Ant Users List' Subject: Help : Properties in For- Each Task Hi, In my build file I'm setting a property named cvsdestin in the default target. Then I'm using the for-each task of ant-contrib to call other targets. If I echo out the value of ${cvsdestin} in the first target (check1) called thru foreach then it prints "cool". Now check1 target calls another target named check2 thru foreach and if I echo ${cvsdestin} in check2 I just get "${cvsdestin}" and not "cool". Everything else is working fine.=20 Any ideas ?? =09 =20 =20 root =3D ${root} dest =3D ${dest} cvsdestin =3D ${cvsdestin} =09 =20 cvsroot =3D ${check2.name} cvsdestyyyy =3D ${cvsdestin} =20 =09 Thanks Vikas PHonsa --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org