I'm look for a way, with using ant "out of the box", to find a list of
directories and sort them via date then deleted the oldest three
directories.
Thus far I've been able to sort the directories, take the last three but
I can't seem to figure out how to delete the actual directory; see
attached build.xml for an example of how far I've gotten.