org.apache.tools.ant.taskdefs
public class Jikes extends Object
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 | |
---|---|
protected String | command |
protected JikesOutputParser | jop |
protected Project | project |
Constructor Summary | |
---|---|
protected | Jikes(JikesOutputParser jop, String command, Project project)
Constructs a new Jikes object. |
Method Summary | |
---|---|
protected void | compile(String[] args)
Do the compile with the specified arguments. |
Parameters: jop Parser to send jike's output to command name of jikes executable project the current project
Parameters: args - arguments to pass to process on command line