org.apache.tools.ant.taskdefs
public class Retry extends Task implements TaskContainer
Since: Ant 1.7.1
| Method Summary | |
|---|---|
| void | addTask(Task t)
set the task |
| void | execute()
perform the work |
| void | setRetryCount(int n)
set the number of times to retry the task |
Parameters: t the task to retry.
Throws: BuildException if there is an error.
Parameters: n the number to use.