You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by fr...@apache.org on 2002/02/09 20:19:48 UTC

cvs commit: jakarta-commons-sandbox/simplestore build.xml build.properties.sample

froehlich    02/02/09 11:19:48

  Modified:    simplestore build.xml build.properties.sample
  Log:
  tests working now
  
  Revision  Changes    Path
  1.13      +3 -4      jakarta-commons-sandbox/simplestore/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml	9 Feb 2002 17:10:09 -0000	1.12
  +++ build.xml	9 Feb 2002 19:19:48 -0000	1.13
  @@ -2,7 +2,7 @@
   
   <!--
           "simplestore" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.12 2002/02/09 17:10:09 froehlich Exp $
  +        $Id: build.xml,v 1.13 2002/02/09 19:19:48 froehlich Exp $
   -->
   
   <!-- ========== Executable Targets ======================================== -->
  @@ -44,6 +44,7 @@
         <pathelement location="${build.home}/classes"/>
         <pathelement location="${commons-collections.jar}"/>
         <pathelement location="${hsqldb.jar}"/>
  +      <pathelement location="${jdbc2_0-stdext.jar}"/>
         <fileset dir="./lib">
   		<include name="*.*"/>
          </fileset>
  @@ -53,8 +54,7 @@
   
       <!-- ========== Test Execution Defaults =================================== -->
       <property name="cp" value=""/>
  -    <property name="classpath" value="${cp}:${junit.jar}:${hsqldb.jar}"/>
  -
  +    <property name="classpath" value="${cp}:${junit.jar}:${hsqldb.jar}:${jdbc2_0-stdext.jar}"/>
       <property name="test.entry" value="org.apache.commons.simplestore.TestAll"/>
       <property name="test.failonerror"        value="true"/>
       <property name="test.runner"             value="junit.textui.TestRunner"/>
  @@ -88,7 +88,6 @@
         <classpath refid="compile.classpath"/>
       </javac>
     </target>
  -
   
     <target name="clean" depends="init"
      description="Clean build and distribution directories">
  
  
  
  1.5       +3 -3      jakarta-commons-sandbox/simplestore/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/build.properties.sample,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.properties.sample	9 Feb 2002 18:31:04 -0000	1.4
  +++ build.properties.sample	9 Feb 2002 19:19:48 -0000	1.5
  @@ -8,13 +8,13 @@
   # (http://junit.org/)
   junit.jar=lib/junit.jar
   
  -# jdbc2_0-stdext-src.zip - JDBC 2.0 Standard Extension
  +# jdbc2_0-stdext.jar - JDBC 2.0 Standard Extension
   # (http://java.sun.com/products/jdbc/download.html)
  -jdbc2_0-stdext-src.zip=lib/jdbc2_0-stdext-src.zip
  +jdbc2_0-stdext.jar=lib/jdbc2_0-stdext.jar
   
   # maxmemory value is important to test
   # swapping. Set it low and you'll see
   # swapping working.
   maxmemory=100000
   
  -$Id: build.properties.sample,v 1.4 2002/02/09 18:31:04 froehlich Exp $
  +$Id: build.properties.sample,v 1.5 2002/02/09 19:19:48 froehlich Exp $
  
  
  

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