Class JavacExternal

java.lang.Object
org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
org.apache.tools.ant.taskdefs.compilers.JavacExternal
All Implemented Interfaces:
CompilerAdapter, CompilerAdapterExtension

public class JavacExternal extends DefaultCompilerAdapter
Performs a compile using javac externally.
Since:
Ant 1.4
  • Constructor Details

    • JavacExternal

      public JavacExternal()
  • Method Details

    • execute

      public boolean execute() throws BuildException
      Performs a compile using the Javac externally.
      Returns:
      true if the compilation succeeded
      Throws:
      BuildException - on error