On Fri, 25 Jul 2003, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > Would it be possible to add fileset joining, subtraction,
This is already possible, if you use selectors instead of include/exclude children. > file renaming/mapping Every time anybody proposes to allow nested <mapper>s in <fileset>, they seem to mean something different. What should <fileset dir="." includes="**/*.java"> <mapper type="glob" from="*.java" to="*.class"/> </fileset> be? A set of the (potentially non-existant) files that I get when I replace .java with .class in the names of the existing files? A set of the (potentially non-existant) files that I get when I replace .java with .class in the names of the existing files, but only those that really do not exist or are older than the corresponding class files? Something else? > and selectors into fileset itself? Are there since selectors are part of Ant. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]