Without writing a custom Ant task, is there a way to use the timeout for the Ant regular target?
To provide some background information: we use the "delete" task to delete the contents of this directory. Sometimes this directory is massive, with many generated folders and files. We wanted to get a timeout for this task, say, in 5 minutes.
timeout ant
Christopher dancy
source share