Author: markt Date: Wed Sep 22 14:33:25 2010 New Revision: 999978 URL: http://svn.apache.org/viewvc?rev=999978&view=rev Log: Need ant-launcher.jar to compile JSPs with Ant rather than ECJ
Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml?rev=999978&r1=999977&r2=999978&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Wed Sep 22 14:33:25 2010 @@ -193,8 +193,8 @@ 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> +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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org