can you update the build.xml file located in the testsuite subdir, there is a leftover of your last change of jdom version,
this is putting the gump build for your software unneedly in the red, where it should be green like a prairie in Normandie.
Cheers,
Antoine
Index: testsuite/build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-slide/testsuite/build.xml,v
retrieving revision 1.19
diff -u -r1.19 build.xml
--- testsuite/build.xml 18 Feb 2004 09:31:59 -0000 1.19
+++ testsuite/build.xml 1 Mar 2004 22:54:25 -0000
@@ -49,7 +49,7 @@
<target name="make" description="builds the tprocessor">
<copy todir="${lib}" file="${slideclientlib}/${client.jar}" overwrite="yes" />
<copy todir="${lib}" file="${slideclientextlib}/commons-httpclient.jar"
overwrite="yes" />
- <copy todir="${lib}" file="${basedir}/../lib/jdom-b9.jar" overwrite="yes" />
+ <copy todir="${lib}" file="${basedir}/../lib/jdom-20040226-.jar" overwrite="yes"
/>
<antcall target="compile" />
<antcall target="makejar" />
</target>--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
