org.apache.tools.ant.taskdefs.compilers

Class Jikes

public class Jikes extends DefaultCompilerAdapter

The implementation of the jikes compiler. This is primarily a cut-and-paste from the original javac task before it was refactored.

Since: Ant 1.3

Method Summary
booleanexecute()
Performs a compile using the Jikes compiler from IBM.

Method Detail

execute

public boolean execute()
Performs a compile using the Jikes compiler from IBM. Mostly of this code is identical to doClassicCompile() However, it does not support all options like extdirs, deprecation and so on, because there is no option in jikes and I don't understand what they should do. It has been successfully tested with jikes >1.10
Copyright