--- Christopher Berry <[EMAIL PROTECTED]> wrote: 
> > -----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...

Oops -- you're right. I didn't look at the script closely enough -- just
saw the check for JIKESPATH and the runAntWithJikes and assumed the
command-line included a -Dbuild.compiler="jikes". Moral: Never assume. :)

Thanks,
Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to