Method Summary |
|
protected void | checkParameters() |
protected void | compile() |
public Path | createClasspath() Adds a path to the classpath. |
public String | createEncoding() |
public Path | createSourcepath() Adds a path to sourcepath. |
public Path | createSrc() Adds a path for source compilation. |
public void | execute() Executes the task. |
public Path | getClasspath() Gets the classpath to be used for this compilation. |
public File | getDestdir() Gets the destination directory into which the java source files
should be compiled. |
public String | getEncoding() |
public boolean | getFailonerror() Gets the failonerror flag. |
public File[] | getFileList() Gets the list of files to be compiled. |
public boolean | getListfiles() Get the listfiles flag. |
public Path | getSourcepath() Gets the sourcepath to be used for this compilation. |
public Path | getSrcdir() Gets the source dirs to find the source java files. |
public static void | main(String[] args) |
protected Path | recreateSrc() Recreate src. |
protected void | resetFileLists() Clear the list of files to be compiled and copied.. |
protected void | scanDir(File srcDir, File destDir, String[] files) Scans the directory looking for source files to be compiled. |
public void | setClasspath(Path classpath) Set the classpath to be used for this compilation. |
public void | setClasspathRef(Reference r) Adds a reference to a classpath defined elsewhere. |
public void | setDestdir(File destDir) Set the destination directory into which the Java source
files should be compiled. |
public void | setEncoding(String encoding) |
public void | setFailonerror(boolean fail) Indicates whether the build will continue
even if there are compilation errors; defaults to true. |
public void | setListfiles(boolean list) If true, list the source files being handed off to the compiler. |
public void | setProceed(boolean proceed) |
public void | setSourcepath(Path sourcepath) Set the sourcepath to be used for this compilation. |
public void | setSourcepathRef(Reference r) Adds a reference to a source path defined elsewhere. |
public void | setSrcdir(Path srcDir) Set the source directories to find the source Java files. |
public void | setStacktrace(boolean stacktrace) Enable compiler to report stack trace information if a problem occurs
during compilation. |
public void | setVerbose(boolean verbose) |