> -----Original Message-----
> The ant.bat script checks to see
> if %JIKESPATH% is set, and will set the compiler to jikes if 
> it is 

[cwb] remember that if you are explicitly setting the compiler in your Ant
build.xml 
e.g. <property name="build.compiler" value="modern" />
then you must override that switch when you start up Ant:
e.g. ant -Dbuild.compiler=jikes 
Or you will not see the results of setting JIKESPATH.
At least that is what we experienced...

Cheers,
-- Chris

Reply via email to