Author: bodewig
Date: Tue Apr 1 05:26:10 2008
New Revision: 643374
URL: http://svn.apache.org/viewvc?rev=643374&view=rev
Log:
Add Jasper in order to test <jspc>
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=643374&r1=643373&r2=643374&view=diff
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Tue Apr 1 05:26:10 2008
@@ -242,8 +242,13 @@
<f2 project="javax.mail" archive="mail"/>
</target>
+ <target name="jspc" depends="init" description="loads Jasper">
+ <f2 project="tomcat" archive="jasper-compiler"/>
+ <f2 project="tomcat" archive="jasper-runtime"/>
+ </target>
+
<target name="all"
description="load all the libraries (except jython)"
-
depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail"
/>
+
depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail,jspc"
/>
</project>
Modified: ant/core/trunk/lib/libraries.properties
URL:
http://svn.apache.org/viewvc/ant/core/trunk/lib/libraries.properties?rev=643374&r1=643373&r2=643374&view=diff
==============================================================================
--- ant/core/trunk/lib/libraries.properties (original)
+++ ant/core/trunk/lib/libraries.properties Tue Apr 1 05:26:10 2008
@@ -37,6 +37,8 @@
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-runtime.version=${jasper-compiler.version}
jdepend.version=2.7
jruby.version=0.8.3
junit.version=3.8.2