0
votes

I want to delete the generated files (".tmp" and ".bak") in the build directory when the source file (".xml)" is modified with Apache Ant. All files have the same name, but different extentions.

I'm not able to create the fileset to do this.

1

1 Answers

1
votes

You can use a file mapper in place of a fileset.