Package org.apache.tools.ant.taskdefs
Class Jikes
java.lang.Object
org.apache.tools.ant.taskdefs.Jikes
Deprecated.
since 1.2.
Merged into the class Javac.
Encapsulates a Jikes compiler, by directly executing an external
process.
As of Ant 1.2, this class is considered to be dead code by the Ant developers and is unmaintained. Don't use it.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jikes
(JikesOutputParser jop, String command, Project project) Deprecated.Constructs a new Jikes object. -
Method Summary
-
Field Details
-
jop
Deprecated. -
command
Deprecated. -
project
Deprecated.
-
-
Constructor Details
-
Jikes
Deprecated.Constructs a new Jikes object.- Parameters:
jop
- Parser to send jike's output tocommand
- name of jikes executableproject
- the current project
-
-
Method Details
-
compile
Deprecated.Do the compile with the specified arguments.- Parameters:
args
- - arguments to pass to process on command line
-