Groovyc Ant Task
Description
Compiles groovy source files
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.
<groovyc> attributes
Attribute |
Description |
Required |
|---|---|---|
src |
File containing Groovy statements |
Yes, unless statements enclosed within tags |
destdir |
directory used to store the compiled groovy files |
Yes |
classpath |
classpath used for compilation |
No |
stacktrace |
if true each compile error message will contain a stacktrace |
No |
References
Labels