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]

Reply via email to