[jboss-cvs] CacheBenchFwk ...

Manik Surtani manik at jboss.org
Mon May 21 12:44:46 EDT 2007


  User: msurtani
  Date: 07/05/21 12:44:46

  Modified:    CacheBenchFwk  build.xml
  Log:
  Added Ant 1.7.0 bins
  
  Revision  Changes    Path
  1.7       +4 -2      CacheBenchFwk/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build.xml	18 May 2007 15:35:24 -0000	1.6
  +++ build.xml	21 May 2007 16:44:46 -0000	1.7
  @@ -112,6 +112,8 @@
            -Dorg.cachebench.plugins.coherence=true
   
         when running ant.  Note that only one can be set at any time.  
  +
  +NB: NEEDS Ant >= 1.7.0        
        </echo>
     </target>
   
  @@ -521,7 +523,7 @@
   
        <echo>Running class ${runtime.classname} with classpath ref ${plugin.classpath.ref}</echo>
   
  -     <java classname="${runtime.classname}" fork="${jvm.fork}" maxmemory="${jvm.maxmem}">
  +     <java classname="${runtime.classname}" fork="${jvm.fork}" maxmemory="${jvm.maxmem}" clonevm="true">
           <!--<bootclasspath>-->
              <!--<pathelement location="./cache-products/terracotta-2.3.0/lib/bootstrap/boot.jar" />-->
           <!--</bootclasspath>-->
  
  
  



More information about the jboss-cvs-commits mailing list