org.apache.tools.ant.taskdefs.compilers

Class Kjc

public class Kjc extends DefaultCompilerAdapter

The implementation of the Java compiler for KJC. This is primarily a cut-and-paste from Jikes.java and DefaultCompilerAdapter.

Since: Ant 1.4

Method Summary
booleanexecute()
Run the compilation.
protected CommandlinesetupKjcCommand()
setup kjc command arguments.

Method Detail

execute

public boolean execute()
Run the compilation.

Throws: BuildException if the compilation has problems.

setupKjcCommand

protected Commandline setupKjcCommand()
setup kjc command arguments.
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.