>From Ant's documentation at
http://jakarta.apache.org/ant/manual/CoreTasks/javac.html:

It is possible to use different compilers. This can be specified by either
setting the global build.compiler property, which will affect all <javac> tasks
throughout the build, or by setting the compiler attribute, specific to the
current <javac> task. Valid values for either the build.compiler property or
the compiler attribute are:

classic (the standard compiler of JDK 1.1/1.2) – javac1.1 and javac1.2 can be
used as aliases. 
modern (the standard compiler of JDK 1.3/1.4) – javac1.3 and javac1.4 can be
used as aliases. 

--- Eddie Bush <[EMAIL PROTECTED]> wrote:
> The "modern" compiler?
> 
> Thanks for the heads-up - could you explain what you mean by the 
> "modern" compiler though?  :-)
> 
> Thanks!
> 
> Matt Raible wrote:
> 
> >This problem turned out to have NOTHING to do with my code!  It took me a
> day
> >and a half to track down - talk about frustrating!!
> >
> >The problem was using the Jike 1.16 compiler.  I can use Jike 1.15 or
> "modern"
> >just fine with Ant.  I also found that switching to modern from jikes
> reduced
> >my build process from 1 min 20 seconds to 50 seconds - I'm sold ;-)
> >
> >Platform:
> >Windows XP, JDK 1.4.1, Tomcat 4.0/4.x, Struts 1.1b2
> >
> >Hope this helps anyone else who might hit this issue!
> >
> >Matt
> >
> 
> -- 
> Eddie Bush
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to