Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 84657 invoked from network); 5 Nov 2004 16:49:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Nov 2004 16:49:37 -0000 Received: (qmail 6833 invoked by uid 500); 5 Nov 2004 16:49:00 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 6788 invoked by uid 500); 5 Nov 2004 16:48:59 -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 6757 invoked by uid 99); 5 Nov 2004 16:48:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [134.132.72.99] (HELO junior.lgc.com) (134.132.72.99) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 05 Nov 2004 08:48:58 -0800 Received: from lgchvw02.lgc.com (lgchvw02.lgc.com [134.132.93.108]) by junior.lgc.com (8.11.7/8.11.3) with SMTP id iA5Gmst12644 for ; Fri, 5 Nov 2004 10:48:55 -0600 (CST) Received: from 134.132.72.99 by lgchvw02.lgc.com (InterScan E-Mail VirusWall NT); Fri, 05 Nov 2004 10:48:49 -0600 Received: from HOUEXCH903.landmark.lgc.com (houexch903 [134.132.167.43]) by junior.lgc.com (8.11.7/8.11.3) with ESMTP id iA5Gmnq12630 for ; Fri, 5 Nov 2004 10:48:49 -0600 (CST) Received: from HOUEXCH902.landmark.lgc.com ([134.132.167.38]) by HOUEXCH903.landmark.lgc.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 5 Nov 2004 10:48:43 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.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: passing Ant property values to new build Date: Fri, 5 Nov 2004 10:48:43 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: passing Ant property values to new build Thread-Index: AcTDVuzt+p8ghXqFS1+2PawqecJq9QAADfYQ From: "Dominique Devienne" To: "Ant Users List" X-OriginalArrivalTime: 05 Nov 2004 16:48:43.0943 (UTC) FILETIME=[4FAB8B70:01C4C357] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > From: Casey Daniell [mailto:CDaniell@realm.com] > Here is the problem. I am have one ant script calling another via the ant > task. I want the value of a property to be transmitted to the new build > not > the string literal itself. >=20 > Ex. > basedir =3D=3D /foo (not in any syntax) >=20 > > >=20 > ...... >=20 > > > > >=20 >=20 > This code snippet sends ${tools.home} to the ant script that is called not > the wanted /foo/../tools This can only happen if tools.home is not defined at the point is called. In any case, you might want to look into . --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org