I have an ant build that makes directories, calls javac and all the regular stuff. The issue I am having is that when I try to do a clean (delete all the stuff that was generate
Using Ant Retry task has helped me. I've just wrapped it around the Delete Task.