Groovy Ant Task
Description
Executes a series of Groovy statements. Statements can either be read in from a text file using the src attribute or from between the enclosing Groovy tags.
Required taskdef
Assuming groovy-all-VERSION.jar is in my.classpath you will need to declare this task at some point in the build.xml prior to using this task.
Attribute | Description | Required |
|---|---|---|
| src | File containing Groovy statements | Yes, unless statements enclosed within tags |
Examples
Labels