Re: Deleting directories using restrict

2007-09-13 Thread Andreas Held
Since nobody took this up, I will add some more information. Looking into the Ant sources (V1.7.0, Delete.java) shows the following snippet: if (resourcesToDelete.isFilesystemOnly()) { for (Iterator iter = resourcesToDelete.iterator(); iter.hasNext();) { FileResource r = (FileResource)

Deleting directories using restrict

2007-09-12 Thread Andreas Held
Hi, Using Ant 1.7.0, I am trying to delete some directories, based on a comparison of their names: This works well if and only