| Author |
Using Jikes with ANT
|
Lanny Gilbert
Ranch Hand
Joined: Jun 11, 2002
Posts: 103
|
|
Greetings from beautiful Sandy Springs, Georgia. I would like to use IBM's jikes compiler with ANT, but don't know how to set up my build.xml file to do so. Can someone help me out? I'm sure this is trivial, but I can't figure out how to do it. Thanks!
|
 |
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
|
|
|
You may use the compiler attribute of the javac task to set the compiler to Jikes. See the javac task in the Ant documentation for details.
|
Matthew Phillips
|
 |
 |
|
|
subject: Using Jikes with ANT
|
|
|