Author: markt
Date: Wed Sep 22 14:34:23 2010
New Revision: 999980
URL: http://svn.apache.org/viewvc?rev=999980&view=rev
Log:
Need ant-launcher.jar to compile JSPs with Ant rather than ECJ
Modified:
tomcat/trunk/webapps/docs/jasper-howto.xml
Modified: tomcat/trunk/webapps/docs/jasper-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=999980&r1=999979&r2=999980&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jasper-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jasper-howto.xml Wed Sep 22 14:34:23 2010
@@ -198,9 +198,9 @@ 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/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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]