> 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 not /home/ant.
> If you have an idea...

This (recursive property expansion) works fine with <property file/>,
so I suspect <filtersfile file/> does not use exactly the same code as
the former. Please submit a batch, or open a bugzilla with a very
short test case demonstrating the issue. Thanks, --DD

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

Reply via email to