Author: markt Date: Fri Jul 12 10:03:30 2013 New Revision: 1502503 URL: http://svn.apache.org/r1502503 Log: Need Ant on class path to compile new JspC unit test.
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1502503&r1=1502502&r2=1502503&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Fri Jul 12 10:03:30 2013 @@ -1219,7 +1219,7 @@ source="${compile.source}" optimize="${compile.optimize}" encoding="ISO-8859-1" - includeantruntime="false"> + includeantruntime="true"> <classpath refid="tomcat.test.classpath" /> <include name="org/apache/**" /> <include name="javax/**" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org