Delete generated files when original is modified with Apache Ant

Posted by Joepie on Stack Overflow See other posts from Stack Overflow or by Joepie
Published on 2010-03-19T16:20:51Z Indexed on 2010/03/21 21:11 UTC
Read the original article Hit count: 280

Filed under:

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.

Please help me...

© Stack Overflow or respective owner

Related posts about ant