The value of build.compiler is not a path to an executable, it is an
enumeration of identifiers that acts as an instruction to the javac task
such that it can select the proper way to compile. Possible values include:
{modern,classic,jikes,...}
See manual for more info: http://jakarta.apache.org/ant/manual/
Paul
> -----Original Message-----
> From: Jan Diller [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 13, 2001 12:58 AM
> To: Ant Users List
> Subject: Re: Setting Location of Jikes inside Build.xml
>
>
> Hello Li.
>
> Something going wrong.
>
>
> I copy jikes.exe to D:\temp , only for testing.
> Setting the PATH to:
> path=%path%;D:\temp;
> and setting
> <property name="build.compiler" value="jikes"/>
> works.
>
> But setting the property to:
> <property name="build.compiler" value="D:\\temp\\jikes"/>
> or
> <property name="build.compiler" value="D:\\temp\\jikes.exe"/>
> or
> <property name="build.compiler" value="D:/temp/jikes"/>
> or
> <property name="build.compiler" value="D:/temp/jikes.exe"/>
>
>
> doesn't work. Was it a wrong tip or whats going wrong.
>
> TIA
>
> JD
>
>
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>