org.gradle.api.tasks.compile
Class AntGroovyc
java.lang.Object
org.gradle.api.tasks.compile.AntGroovyc
class AntGroovyc
Please not: includeAntRuntime=false is ignored if groovyc is used in non fork mode. In this case the runtime classpath is
added to the compile classpath.
See: http://jira.codehaus.org/browse/GROOVY-2717
- author:
- Hans Dockter
Method Summary |
void
|
execute(IsolatedAntBuilder antNode, FileCollection source, java.io.File targetDir, java.util.List classpath, java.lang.String sourceCompatibility, java.lang.String targetCompatibility, GroovyCompileOptions groovyOptions, CompileOptions compileOptions, java.util.List groovyClasspath)
|
Methods inherited from class java.lang.Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
nonGroovycJavacOptions
java.util.List nonGroovycJavacOptions
-
numFilesCompiled
int numFilesCompiled
-
AntGroovyc
AntGroovyc()
-
execute
public void execute(IsolatedAntBuilder antNode, FileCollection source, java.io.File targetDir, java.util.List classpath, java.lang.String sourceCompatibility, java.lang.String targetCompatibility, GroovyCompileOptions groovyOptions, CompileOptions compileOptions, java.util.List groovyClasspath)
-
Groovy Documentation