From b07ce368675fbd81a64ceceb0278dd192cfa57f1 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 22 Sep 2010 14:34:23 +0000 Subject: [PATCH] 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 --- webapps/docs/jasper-howto.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.

-- 2.11.0