You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Stefan Bodewig <bo...@apache.org> on 2002/08/02 15:29:40 UTC

[GUMP] [PATCH] export jasper jars

Hi,

I'd like to make test-ant depend on jasper so that we can run the unit
tests for the jspc task, unfortunately Tomcat doesn't provide access
to the corresponding jars - the appended patch fixes that ...

Thanks
        Stefan

Index: gump.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/gump.xml,v
retrieving revision 1.7
diff -u -r1.7 gump.xml
--- gump.xml	31 Jul 2002 05:41:03 -0000	1.7
+++ gump.xml	2 Aug 2002 13:27:41 -0000
@@ -109,6 +109,9 @@
     <jar name="common/lib/naming-common.jar"/>
     <jar name="common/lib/naming-resources.jar"/>
 
+    <jar name="shared/lib/jasper-compiler.jar" id="jasper-compiler"/>
+    <jar name="shared/lib/jasper-runtime.jar" id="jasper-runtime"/>
+
     <javadoc nested="dist/webapps/tomcat-docs">
       <description dir="catalina/docs/api">Catalina API</description>
       <description dir="jasper/docs/api">Jasper API</description>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>