Method Summary |
|
protected void | checkParameters() Checks that all required attributes have been set and that the supplied values are valid. |
protected void | compile() Performs the compilation of the selected report design files. |
public Path | createClasspath() Adds a path to the classpath. |
public Path | createSrc() Adds a path for source compilation. |
public void | execute() Executes the task. |
protected void | scanDir(File srcdir, File destdir, String[] files) Scans the directory looking for source files to be compiled. |
protected void | scanSrc() Scans the source directories looking for source files to be compiled. |
public void | setCompiler(String compiler) Sets the name of the report compiler class to use when compiling the XML
report design files. |
public void | setDestdir(File destdir) Sets the destination directory into which the XML report design files should be compiled. |
public void | setKeepjava(boolean keepjava) Sets a boolean flag that will instruct the Java bytecode report compilers
to avoid deletion of the Java source files generated in the temporary working
directory during report generation. |
public void | setSrcdir(Path srcdir) Sets the source directories to find the XML report design files. |
public void | setTempdir(File tempdir) Sets the temporary working directory into which to store the temporary files
generated during XML report design file compilation. |
public void | setXmlvalidation(boolean xmlvalidation) Instructs the XML parser to validate the XML report design file during compilation. |