Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 79783 invoked by uid 500); 15 Mar 2001 16:04:02 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 79757 invoked from network); 15 Mar 2001 16:03:59 -0000 Message-ID: <9B3E950CB293D411ADF4009027B0A4D2C840BB@maileu.imediation.com> From: Stephane Bailliez To: ant-user@jakarta.apache.org Cc: monsorno@exolution.de Subject: RE: how to print out paths Date: Thu, 15 Mar 2001 16:10:01 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N --=20 St=E9phane Bailliez=20 Software Engineer, Paris - France=20 iMediation - http://www.imediation.com=20 Disclaimer: All the opinions expressed above are mine and not those = from my company.=20 > -----Original Message----- > From: Martin Monsorno [mailto:monsorno@exolution.de] > Sent: Thursday, March 15, 2001 4:59 PM > To: ant user mailing list > Subject: how to print out paths >=20 >=20 > Is it possible to get a path structure as a string? >=20 > What I really want to do is the following: > I build up the classpath for compiling in my build.xml file. > Then I like to use this classpath in a shell script with > which I like to start my application, but both echo or > filter tasks do not have nested path elements. >=20 > As I think, the most convenient way to achieve this would > be if you can access a path as a property value, such that >=20 > > ... > >=20 > ... >=20 > >=20 > would print the whole path. >=20 > Does somebody know how to achieve this? >=20 > --=20 > Martin Monsorno > mailto:Martin.Monsorno@exolution.de >=20