dlr 02/01/02 00:19:38
Modified: . build-test.xml
Log:
Added Commons Util, needed by Stratum's Mapper.
Testcase: testPersonMapping took 0.454 sec
Caused an ERROR
org/apache/commons/util/FileUtils
java.lang.NoClassDefFoundError: org/apache/commons/util/FileUtils
at org.apache.stratum.xo.Mapper.map(Mapper.java:235)
at
org.apache.turbine.pipeline.TestPipelineMapper.testPersonMapping(TestPipelineMapper.java:139)
Revision Changes Path
1.3 +1 -0 jakarta-turbine-3/build-test.xml
Index: build-test.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/build-test.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- build-test.xml 31 Dec 2001 15:37:51 -0000 1.2
+++ build-test.xml 2 Jan 2002 08:19:38 -0000 1.3
@@ -14,6 +14,7 @@
<pathelement location="${dom4j.jar}"/>
<pathelement location="${junit.jar}"/>
<pathelement location="${commons-beanutils.jar}"/>
+ <pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-util.jar}"/>
<pathelement location="${stratum.jar}"/>
<pathelement location="${build.dest}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>