org.apache.tools.ant.taskdefs.compilers

Class Javac13

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

Method Summary
booleanexecute()
Run the compilation.

Method Detail

execute

public boolean execute()
Run the compilation.

Throws: BuildException if the compilation has problems.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.