I tried the example in the manual:
<delete includeemptydirs="true">
<fileset dir="${DIR}" includes="**/.svn" defaultexcludes="false"/>
</delete>
(where DIR is set to some directory) and it does nothing. How can this be made to work? I'm using ant 1.7.0.
FYI: I've tried lots of different combinations of nested elements, dirset
instead of fileset
and it still doesn't work. :(