http://ant.apache.org/manual/CoreTasks/delete.html states that it :
"Deletes ... a specified directory and all of its files and
subdirectories ...". I would suggest that a fileset always includes the
directory specified by the dir attribute. How about a workaround of
straight after the delete, o
xmlproperty seems to be pretty much what I need with its support of paths
such as and . However, said paths seem to support nested
's, but not nested 's. Am I right about this or is
there some slightly different syntax to use such as, for instance, rather than the normal .
Here's an example