Havent tried with TRUNK or 1.7.1.
You have to specify the xmlns on 1.7.0 and 1.7.1beta2.
Jan
>-Ursprüngliche Nachricht-
>Von: Matt Benson [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 30. Oktober 2008 15:42
>An: Ant Users List
>Betreff: Re: AW: ANT resource selector ex
Sorry, I thought Peter had fixed things so that the ns
declarations were unnecessary.
-Matt
--- [EMAIL PROTECTED] wrote:
> Based on Matts code here a working example:
>
>
> files="ant.cmd,foo.txt,ant.bat,bar.txt,ant"/>
>
>
>
xmlns:rsel="antlib:org.apache.tools.ant.t
Based on Matts code here a working example:
These files are missed: ${toString:missingfiles}
This should show
Buildfile: build.xml
[echo] These files are missed:
YOUR_ANT_HOME\bin\foo.txt;YOUR_ANT_HOME\bin\bar.txt
BUILD SUCCESSF