org.apache.tools.ant.taskdefs
public class Jikes extends Object
Deprecated: 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
Parameters: args - arguments to pass to process on command line