Hi,
after some larger reshuffling of excalibur, the ExcaliburTestCase
class has moved (from -component IIRC) to -testcase. Gump doesn't
find it and that's why you get the nag mail you've received.
The appended patch should add the dependency and bring us to the next
set of problems 8-)
Cheers
Stefan
Index: gump.xml
===================================================================
RCS file: /home/cvspublic/cocoon-2.1/gump.xml,v
retrieving revision 1.140
diff -u -r1.140 gump.xml
--- gump.xml 9 Apr 2004 12:26:26 -0000 1.140
+++ gump.xml 13 Apr 2004 09:27:36 -0000
@@ -59,6 +59,7 @@
<depend project="excalibur-logger"/>
<depend project="excalibur-event" inherit="runtime"/>
<depend project="excalibur-i18n"/>
+ <depend project="excalibur-testcase"/>
<depend project="jakarta-regexp"/>
<depend project="jakarta-servletapi"/>