Thank you, Jon: that's just what i wanted to know!
I have added the following to my 'buil.xml' and it runs:
<property name="build.compiler" value="jikes" />
__________________________________________
Jaume Soriano Sivera <[EMAIL PROTECTED]>
Tel: 965040000 -ext. 44744 Fax: 965040047
Portal y servicios multimedia - Nuevas tecnologias
W a n a d o o E s p a n a - http://www.wanadoo.es
__________________________________________
| "Jon Skeet" <[EMAIL PROTECTED]>
20/04/01 09:08
|
To: <[EMAIL PROTECTED]> cc: Subject: 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
