Yes, it can be done within the Ant script... you just make a <property/>
like you would normally. In fact, if you want jikes to be the default, you
should set up the property like that, and then on occasion reset it from the
command line when need be.
-Jason
> -----Original Message-----
> From: Kyle Adams [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 1:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: How do I set jikes as my compiler?
>
>
> Set the build.compiler variable to jikes. This can be
> done from the command line:
>
> ant -Dbuild.compiler=jikes
>
> or from a properties file:
>
> build.compiler=jikes
>
> I'm not sure if it can be done from within an Ant script.
>
> Kyle
>
> >>> [EMAIL PROTECTED] 08/08/01 12:06PM >>>
>
> How can i set jikes to be my compiler instead of javac?
>
>
>