Ah ok - thanks. I wondered if that was what you were talking about - just never seen it referenced that way. I guess using the default compiler isn't so bad ;-) ... and I was thinking about installing jikes for compiling JSP pages ... hrm - think I'll pass on that one :-)
Matt Raible wrote: > >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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>