- org.codehaus.groovy.ant.UberCompileTask
-
public class UberCompileTask
extends Task
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.
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class Task |
log, log, log, log, init, execute, setOwningTarget, getTaskType, setTaskName, setTaskType, getOwningTarget, maybeConfigure, getTaskName, setRuntimeConfigurableWrapper, getRuntimeConfigurableWrapper, reconfigure, perform, bindToOwner, clone, getLocation, getDescription, getProject, setDescription, setProject, setLocation, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Method Detail
-
public Path createClasspath()
-
public Path getClasspath()
-
public void setClasspath(Path path)
-
public void setDestdir(File dir)
-
public void setSrcdir(Path dir)
-
protected void validate()
- Summary:
Nested Field Constructor - Method
- | Detail:
Field Constructor - Method
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.