Title: RE: New ant user question

> 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

Reply via email to