> it's possible to use "jikes" with Ant instead of 'javac' as default compiler?
> how?
Specify "jikes" as the value for the property build.compiler. See the documentation
for the javac task.
Jon
> it's possible to use "jikes" with Ant instead of 'javac' as default compiler?
> how?
Specify "jikes" as the value for the property build.compiler. See the documentation
for the javac task.
Jon