On Thu, 06 Nov 2008, Ben Stover <[EMAIL PROTECTED]> wrote:

> How to I display (at the console) the value of project.classpath
> resp. classpathref?

If these are properties, you can just <echo> them, if they are ids of
<path> instances, you can create temporary properties and echo those

  <property name="some classpath" refid="id-of-path"/> 
  <echo>id-of-path's value is ${some classpath}</echo>

Stefan

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

Reply via email to