Hi, you are trying to copy both jars (I've just now discovered, that there are two) of commons-logging in your Gump descriptor, unfortunatly simply adding the second jar has brokwn a couple of other builds.
Please apply the patch below, it will temporarily disable the -api.jar. After this has been done, I can savely (re)introduce the jar to commons-logging and send a second patch here to enable it. Thanks Stefan Index: gump.xml =================================================================== RCS file: /home/cvspublic/jakarta-tomcat-4.0/gump.xml,v retrieving revision 1.4 diff -u -r1.4 gump.xml --- gump.xml 11 Jul 2002 09:59:07 -0000 1.4 +++ gump.xml 18 Jul 2002 06:11:10 -0000 @@ -17,9 +17,9 @@ <depend property="commons-digester.jar" project="commons-digester" runtime="true"/> <depend property="commons-logging.jar" project="commons-logging" - runtime="true"/> - <depend property="commons-logging-api.jar" project="commons-logging" - runtime="true"/> + runtime="true" id="all"/> + <!-- depend property="commons-logging-api.jar" project="commons-logging" + runtime="true" --> <property name="regexp.jar" reference="jarpath" id="regexp" project="jakarta-regexp"/> <property name="jtc.home" reference="srcdir" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>