All Implemented Interfaces:
CompilerAdapter, CompilerAdapterExtension

public class Javac13 extends DefaultCompilerAdapter
The implementation of the javac compiler for JDK 1.3 This is primarily a cut-and-paste from the original javac task before it was refactored.
Since:
Ant 1.3
  • Constructor Details

    • Javac13

      public Javac13()
  • Method Details

    • execute

      public boolean execute() throws BuildException
      Run the compilation.
      Returns:
      true if the compiler ran with a zero exit result (ok)
      Throws:
      BuildException - if the compilation has problems.