Re: "In-file property expansion" with filtersfile

2005-10-10 Thread Dominique Devienne
> 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

"In-file property expansion" with filtersfile

2005-10-10 Thread Nicolas Griso
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