You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/04/01 14:45:25 UTC

svn commit: r643379 - in /ant/core/trunk: fetch.xml lib/libraries.properties

Author: bodewig
Date: Tue Apr  1 05:44:39 2008
New Revision: 643379

URL: http://svn.apache.org/viewvc?rev=643379&view=rev
Log:
JSPC test doesn't seem to work with Jasper 4.1, requires servlet-api as well.

Modified:
    ant/core/trunk/fetch.xml
    ant/core/trunk/lib/libraries.properties

Modified: ant/core/trunk/fetch.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?rev=643379&r1=643378&r2=643379&view=diff
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Tue Apr  1 05:44:39 2008
@@ -245,6 +245,7 @@
   <target name="jspc" depends="init" description="loads Jasper">
     <f2 project="tomcat" archive="jasper-compiler"/>
     <f2 project="tomcat" archive="jasper-runtime"/>
+    <f2 project="javax.servlet" archive="servlet-api"/>
   </target>
 
   <target name="all"

Modified: ant/core/trunk/lib/libraries.properties
URL: http://svn.apache.org/viewvc/ant/core/trunk/lib/libraries.properties?rev=643379&r1=643378&r2=643379&view=diff
==============================================================================
--- ant/core/trunk/lib/libraries.properties (original)
+++ ant/core/trunk/lib/libraries.properties Tue Apr  1 05:44:39 2008
@@ -37,7 +37,7 @@
 commons-net.version=1.4.0
 commons-logging.version=1.0.4
 commons-logging-api.version=${commons-logging.version}
-jasper-compiler.version=4.1.36
+jasper-compiler.version=4.0.6
 jasper-runtime.version=${jasper-compiler.version}
 jdepend.version=2.7
 jruby.version=0.8.3
@@ -49,6 +49,7 @@
 js.version=1.6R3
 oro.version=2.0.8
 regexp.version=1.3
+servlet-api.version=2.3
 which.version=1.0
 xerces.version=2.9.0
 xercesImpl.version=${xerces.version}