>> 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>
<echo>${toString:id-of-path}</echo>
or
<pathconvert ... />
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]