Class Summary |
ForEach |
Task definition for the foreach task. |
IfTask |
Perform some tasks based on whether a given condition holds true or
not. |
IfTask.ElseIf |
|
OutOfDate |
Task to help in calling tasks if generated files are older
than source files. |
OutOfDate.MyMapper |
|
Switch |
Task definition for the ANT task to switch on a particular value. |
Throw |
Extension of <fail> that can throw an exception
that is a reference in the project. |
TimestampSelector |
Task definition for the foreach task. |
TryCatchTask |
A wrapper that lets you run a set of tasks and optionally run a
different set of tasks if the first set fails and yet another set
after the first one has finished. |