[Java] Class UberCompileTask

  • org.codehaus.groovy.ant.UberCompileTask

Compiles Java and Groovy source files. This works by invoking the GenerateStubsTask task, then the Javac task and then the GroovycTask. Each task can be configured by creating a nested element. Common configuration such as the source dir and classpath is picked up from this tasks configuration.

Authors:
Jason Dillon

Method Detail

public Path createClasspath()

public UberCompileTask.GenStubsAdapter createGeneratestubs()

public UberCompileTask.GroovycAdapter createGroovyc()

public UberCompileTask.JavacAdapter createJavac()

public Path createSrc()

public void execute()

public Path getClasspath()

public Path getSrcdir()

public void setClasspath(Path path)

public void setClasspathRef(Reference r)

public void setDestdir(File dir)

public void setSrcdir(Path dir)

protected void validate()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/ant/UberCompileTask.html