Groovy Documentation

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


Property Summary
java.util.List nonGroovycJavacOptions

int numFilesCompiled

 
Constructor Summary
AntGroovyc()

 
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
 

Property Detail

nonGroovycJavacOptions

java.util.List nonGroovycJavacOptions


numFilesCompiled

int numFilesCompiled


 
Constructor Detail

AntGroovyc

AntGroovyc()


 
Method Detail

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