Try
Jan
> -Ursprüngliche Nachricht-
> Von: Patrik Dufresne [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 18. August 2008 16:27
> An: user@ant.apache.org
> Betreff: Get a file list in a property
>
> Hi,
>
> I'm working a build script and I need
Hi,
I'm working a build script and I need to retrieve a list of file in a
property.
The value of the property I expect should be similar to:
build/src/somefile.h build/src/somefile.cpp build/src/array.h
build/src/array.cpp, etc.
I look into loadRessource, FileSet, PatternSet and I can't figure ou