From: markt Date: Wed, 22 Sep 2010 14:34:23 +0000 (+0000) Subject: Need ant-launcher.jar to compile JSPs with Ant rather than ECJ X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b07ce368675fbd81a64ceceb0278dd192cfa57f1;p=tomcat7.0 Need ant-launcher.jar to compile JSPs with Ant rather than ECJ git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@999980 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/jasper-howto.xml b/webapps/docs/jasper-howto.xml index feb756c3c..c85669bc8 100644 --- a/webapps/docs/jasper-howto.xml +++ b/webapps/docs/jasper-howto.xml @@ -198,9 +198,9 @@ tens of JARs. On fast servers, this will allow sub-second recompilation cycles for even large JSP pages.

Apache Ant, which was used in previous Tomcat releases, can be used instead -of the new compiler by simply removing the lib/ecj-*.jar file, -and placing the ant.jar file from the latest Ant distribution in -the lib folder.

+of the new compiler by simply removing the lib/ecj-*.jar file, +and placing the ant.jar and ant-launcher.jar files +from the latest Ant distribution in the lib folder.