[jboss-cvs] CacheBenchFwk ...

Manik Surtani manik at jboss.org
Fri May 18 10:32:09 EDT 2007


  User: msurtani
  Date: 07/05/18 10:32:09

  Modified:    CacheBenchFwk  build.xml
  Log:
  fixed stuff
  
  Revision  Changes    Path
  1.5       +4 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build.xml	17 May 2007 07:44:26 -0000	1.4
  +++ build.xml	18 May 2007 14:32:08 -0000	1.5
  @@ -416,7 +416,7 @@
     
     <target name="clean" depends="clean.module.framework, clean.module.ehcache124-plugin, clean.module.jbosscache140-plugin, clean.module.jbosscache200-plugin" description="cleanup all"/>
     
  -  <target name="all" depends="init, clean, compile.module.framework, compile.module.ehcache124-plugin, compile.module.jbosscache140-plugin, compile.module.jbosscache200-plugin" description="build all"/>
  +  <target name="all" depends="init, clean, compile.module.framework, compile.module.ehcache124-plugin, compile.module.jbosscache140-plugin, compile.module.jbosscache200-plugin, compile.module.terracotta-plugin" description="build all"/>
   
     <target name="setJBossCache140PluginCPRef" if="org.cachebench.plugins.jbosscache1" description="Sets the classpath ref for this plugin only if enabled via system property">
        <property name="plugin.classpath.ref" value="jbosscache140-plugin.module.classpath" />
  @@ -449,6 +449,9 @@
        <echo>Running class ${runtime.classname} with classpath ref ${plugin.classpath.ref}</echo>
   
        <java classname="${runtime.classname}" fork="${jvm.fork}" maxmemory="${jvm.maxmem}">
  +        <!--<bootclasspath>-->
  +           <!--<pathelement location="./cache-products/terracotta-2.3.0/lib/bootstrap/boot.jar" />-->
  +        <!--</bootclasspath>-->
           <sysproperty key="bind.address" value="${bind.address}" />
           <sysproperty key="java.net.preferIPv4Stack" value="${java.net.preferIPv4Stack}" />
           <classpath refid="framework.module.classpath" />
  
  
  



More information about the jboss-cvs-commits mailing list