org.apache.tools.ant.taskdefs
public class Sequential extends Task implements TaskContainer
The sequential task has no attributes and does not support any nested elements apart from Ant tasks. Any valid Ant task may be embedded within the sequential task.
Since: Ant 1.4
UNKNOWN: category="control"
Method Summary | |
---|---|
void | addTask(Task nestedTask)
Add a nested task to Sequential.
|
void | execute()
Execute all nestedTasks.
|
Parameters: nestedTask Nested task to execute Sequential
Throws: BuildException if one of the nested tasks fails.