Need ant-launcher.jar to compile JSPs with Ant rather than ECJ
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 22 Sep 2010 14:34:23 +0000 (14:34 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 22 Sep 2010 14:34:23 +0000 (14:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@999980 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/jasper-howto.xml

index feb756c..c85669b 100644 (file)
@@ -198,9 +198,9 @@ tens of JARs. On fast servers, this will allow sub-second recompilation cycles
 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/ecj-*.jar</code> file, 
-and placing the <code>ant.jar</code> file from the latest Ant distribution in
-the <code>lib</code> folder.</p>
+of the new compiler by simply removing the <code>lib/ecj-*.jar</code> file,
+and placing the <code>ant.jar</code> and <code>ant-launcher.jar</code> files
+from the latest Ant distribution in the <code>lib</code> folder.</p>
 
 </section>