froehlich    02/01/26 04:00:35

  Modified:    simplestore PROPOSAL build.xml build.properties.sample
  Log:
  applied patches from Juozas Baliuka [[EMAIL PROTECTED]].
  - re-factored SoftRefMemoryStore
  - added Swapping Simultation and test case
  
  Revision  Changes    Path
  1.8       +2 -1      jakarta-commons-sandbox/simplestore/PROPOSAL
  
  Index: PROPOSAL
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/PROPOSAL,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PROPOSAL  23 Jan 2002 19:44:53 -0000      1.7
  +++ PROPOSAL  26 Jan 2002 12:00:35 -0000      1.8
  @@ -25,4 +25,5 @@
   
   Initial committers:
   
  -Gerhard Froehlich ([EMAIL PROTECTED])
  +Gerhard Froehlich ([EMAIL PROTECTED])
  +Juozas Baliuka ([EMAIL PROTECTED])
  \ No newline at end of file
  
  
  
  1.10      +3 -2      jakarta-commons-sandbox/simplestore/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 22 Jan 2002 22:30:12 -0000      1.9
  +++ build.xml 26 Jan 2002 12:00:35 -0000      1.10
  @@ -2,7 +2,7 @@
   
   <!--
           "simplestore" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.9 2002/01/22 22:30:12 froehlich Exp $
  +        $Id: build.xml,v 1.10 2002/01/26 12:00:35 froehlich Exp $
   -->
   
   <!-- ========== Executable Targets ======================================== -->
  @@ -120,7 +120,8 @@
     </target>
     
     <target name="test" depends="build-test" description="runs (junit) unit tests">
  -    <java classname="${test.runner}" fork="yes" failonerror="${test.failonerror}">
  +    <java classname="${test.runner}" fork="yes" failonerror="${test.failonerror}" 
  +     maxmemory="${maxmemory}">
         <arg value="${test.entry}"/>
           <classpath>
             <pathelement path=" ${build.home}/classes" />
  
  
  
  1.2       +5 -0      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   22 Jan 2002 22:24:16 -0000      1.1
  +++ build.properties.sample   26 Jan 2002 12:00:35 -0000      1.2
  @@ -7,3 +7,8 @@
   # junit.jar - JUnit 3.2+ Classpath
   # (http://junit.org/)
   junit.jar=lib/junit.jar
  +
  +# maxmemory value is important to test
  +# swapping. Set it low and you'll see
  +# swapping working.
  +maxmemory=100000
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to