On Fri, 2002-02-22 at 17:44, [EMAIL PROTECTED] wrote: > dobbs 02/02/22 14:44:07 > > Modified: . build-test.xml > Log: > Prevent the FileNotFoundException: bin/test/logs/jcs.log I have been > getting.
I believe this is due to the fact that there is a log4j.properties in the stratum jar. I think it should be removed from the stratum jar. > With this logs directory in place my tests of SapDB now succeed. > > Revision Changes Path > 1.24 +1 -0 jakarta-turbine-torque/build-test.xml > > Index: build-test.xml > =================================================================== > RCS file: /home/cvs/jakarta-turbine-torque/build-test.xml,v > retrieving revision 1.23 > retrieving revision 1.24 > diff -u -r1.23 -r1.24 > --- build-test.xml 6 Feb 2002 15:40:21 -0000 1.23 > +++ build-test.xml 22 Feb 2002 22:44:07 -0000 1.24 > @@ -296,6 +296,7 @@ > name="test-libs"> > > <mkdir dir="${test.libDir}"/> > + <mkdir dir="${build.test}/logs"/> > > <copy file="${velocity.jar}" todir="${test.libDir}"/> > <copy file="${xerces.jar}" todir="${test.libDir}"/> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>