> The token in myant.bat are (almost) well interpreted. Almost because,
> in the property file ${properties.file.wanted} I have several
> properties definied like that:
> home.dir=/home
> ANT_HOME=${home.dir}/ant
>
> And finally in my 2nd myant.bat, @ANT_HOME@ is replaced by
> ${home.dir}/ant and n
Hello,
In my build.xml, during a copy, the task filterset doesn't work well
(or as I expected it).
Here's some code:
The token in myant.bat are (almost) well interpreted. Almost because,
in the property file ${properties.file.wanted} I have several
properties