does not work: the files never get deleted
March 20th, 2009
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
You have used a
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
You have used a
This is probably happening because, by default, Ant excludes SourceSafe control files (vssver.scc) and certain other files from FileSets.
Here’s what you probably did:
You need to switch off the default exclusions, and it will work:
defaultexcludes="no"/>