On 22/09/2010 07:16, Mark Thomas wrote: > On 22/09/2010 07:11, Konstantin Kolinko wrote: >>> --- tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml (original) >>> +++ tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Wed Sep 22 13:43:53 >>> 2010 >>> @@ -192,7 +192,7 @@ tens of JARs. On fast servers, this will >>> for even large JSP pages.</p> >>> >>> <p>Apache Ant, which was used in previous Tomcat releases, can be used >>> instead >>> -of the new compiler by simply removing the <code>lib/jasper-jdt.jar</code> >>> file, >>> +of the new compiler by simply removing the <code>lib/ecj-*.jar</code> file, >>> and placing the <code>ant.jar</code> file from the latest Ant distribution >>> in >>> the <code>lib</code> folder. If you do this, you also need to use the >>> "javac" >>> argument to catalina.sh.</p> >>> >> >> Rereading the above doc fragment, >> >>> If you do this, you also need to use the "javac" >>> argument to catalina.sh.</p> >> >> I do not see any support for "javac" argument in the current >> *.sh/*.bat files of 6.0.x and 5.5.x. >> >> It looks that that phrase can be removed. > > Yep. http://svn.apache.org/viewvc?rev=793372&view=rev sheds a little > light on this. I'll clean up that part of the docs in trunk and 6.0.x.
Looking at this some more, I wonder if JSP compilation with Ant is even possible without tools.jar? I'll do some testing... Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org