Paul J. Lucas wrote:
>
> Of course, that doesn't work. After some Googl'ing, I've also tried:
>
> <path id="jre.id">
> <fileset dir="my_directory" includes="jre*"/>
> </path>
> <property name="jre-dir" refid="jre.id"/>
>
> But that doesn't work either.
>
> What's the way to make it work?
try with =
<property name="jre-dir" value="${toString:jre.id}"/>
Regards, Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]