I use filesets in my build file for cleaning (deleting ) class and java files. However, I can't use these filesets in partnerhsip with the javac task as it doesn't allow use of a fileset. Shouldn't it be a pattern for Ant Tasks, that those requiring a list of files or directories, that they allow use of a FileSet (and refid use of a patternset) ? I could then use the same patternset for compiling and cleaning. Comments please. T Master
