You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by do...@apache.org on 2002/02/22 23:44:07 UTC

cvs commit: jakarta-turbine-torque build-test.xml

dobbs       02/02/22 14:44:07

  Modified:    .        build-test.xml
  Log:
  Prevent the FileNotFoundException: bin/test/logs/jcs.log I have been
  getting.
  
  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-torque build-test.xml

Posted by Jason van Zyl <jv...@zenplex.com>.
On Fri, 2002-02-22 at 17:44, dobbs@apache.org 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:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>