--- [EMAIL PROTECTED] wrote:
> This is a newbie question. In a build.xml (tomcat), pathelement and
> fileset are used to create a path with id of "compile.classpath" and
> used in many places. How do I display the values generated? 

  <property name="whatever" refid="compile.classpath"/>
  <echo>compile.classpath = ${whatever}</echo>

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to