Re: Deleting directories using restrict
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
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