org.apache.tools.ant.taskdefs.compilers

Class Javac12

public class Javac12 extends DefaultCompilerAdapter

The implementation of the javac compiler for JDK 1.2 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.