${toString:base.path}

But you dont "reference" the path with toString or <pathconvert>.
You get a property which lists all path elements. 


Jan 

>-----Ursprüngliche Nachricht-----
>Von: Murray, Mike [mailto:[email protected]] 
>Gesendet: Freitag, 26. Februar 2010 01:25
>An: Ant Users List
>Betreff: RE: Can I use path as property
>
>You can if you convert it to a property.  See
>http://ant.apache.org/manual/CoreTasks/pathconvert.html
>
>-----Original Message-----
>From: Dalecki, Janusz [mailto:[email protected]] 
>Sent: Thursday, February 25, 2010 5:09 PM
>To: [email protected]
>Subject: Can I use path as property
>
>Hi,
>Can I reference the path like structure the same way as property?
>For example :
><path id="base.path">
>     <fileset dir="lib">
>        <include name="**/*.jar"/>
>      </fileset>
>    </path>
>Can I refer base.path vis ${base.path} somewhere later in my any build
>file.
> 
>Cheers,
>Janusz
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to