FileSet normal;
FileSet inverse = normal.getInverseFileSet();
call, but I think it will do fine for now.
thanks,
dean
Stefan Bodewig wrote:
On Sun, 24 Aug 2003, Dean Hiller <[EMAIL PROTECTED]> wrote:
Writing an ant task and I want to take a FileSet and make it's
inverse.
What is the inverse of a FileSet?
The set of files that are not in the FileSet? See the <not> selector or the getNotIncludedFiles and getExcludedFiles methods in DirectoryScanner.
Stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]