Thanks Larry,

now step 2 of 2 (I've by accident forgotten to close a tag, sorry) -
make commons-logging-api.jar work:

Cheers

        Stefan

Index: gump.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/gump.xml,v
retrieving revision 1.5
diff -u -r1.5 gump.xml
--- gump.xml    19 Jul 2002 11:59:55 -0000      1.5
+++ gump.xml    19 Jul 2002 12:15:07 -0000
@@ -19,7 +19,7 @@
       <depend property="commons-logging.jar" project="commons-logging"
         runtime="true" id="all"/>
       <depend property="commons-logging-api.jar" project="commons-logging"
-        runtime="true" id="all"/>
+        runtime="true" id="api"/>
       <property name="regexp.jar"
         reference="jarpath" id="regexp" project="jakarta-regexp"/>
       <property name="jtc.home" reference="srcdir" 
@@ -78,7 +78,7 @@
       <depend property="commons-logging.jar" project="commons-logging"
         runtime="true" id="all"/>
       <depend property="commons-logging-api.jar" project="commons-logging"
-        runtime="true" id="all">
+        runtime="true" id="api"/>
     </ant>
 
     <depend project="jakarta-ant"/>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to