This obviously isn't right. What I meant to do was take out the JAR
I'd just added to the classpath to get the top of the stack trace, but
I accidently took out the wrong commons JAR (so the stack trace and
comment ended up wrong).
It's Commons Collections which was needed and was added, not Commons
Util.
[EMAIL PROTECTED] writes:
> 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]>