[jbosscache-commits] JBoss Cache SVN: r6399 - in benchmarks/benchmark-fwk/trunk: cache-products/coherence-3.3.1/conf and 1 other directories.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jul 24 19:33:10 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-07-24 19:33:10 -0400 (Thu, 24 Jul 2008)
New Revision: 6399

Added:
   benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/conf/README.txt
   benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/lib/commons-logging.jar
Modified:
   benchmarks/benchmark-fwk/trunk/build.xml
Log:
Added stuff to help bench against coherence

Modified: benchmarks/benchmark-fwk/trunk/build.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/build.xml	2008-07-24 12:37:57 UTC (rev 6398)
+++ benchmarks/benchmark-fwk/trunk/build.xml	2008-07-24 23:33:10 UTC (rev 6399)
@@ -16,7 +16,14 @@
    <property environment="env"/>
 
    <property name="framework.output.dir" value="./classes/production/Framework"/>
+   <condition property="coherence.jars.present">
+      <and>
+         <available file="cache-products/coherence-3.3.1/lib/coherence.jar"/>
+         <available file="cache-products/coherence-3.3.1/lib/tangosol.jar"/>
+      </and>
+   </condition>
 
+
    <path id="framework.module.classpath">
       <fileset dir="./lib" includes="**/*.jar"/>
       <pathelement location="./conf"/>
@@ -214,7 +221,7 @@
    </target>
 
    <target name="all"
-           depends="clean, compile.module.framework, compile.module.coherence331, compile.module.jbosscache140, compile.module.jbosscache200, compile.module.jbosscache210, compile.module.jbosscache220, compile.module.terracotta250, compile.module.ehcache141, compile.module.whirlycache101, compile.module.jbosscache300"
+           depends="clean, compile.module.framework, compile.module.jbosscache140, compile.module.jbosscache200, compile.module.jbosscache210, compile.module.jbosscache220, compile.module.terracotta250, compile.module.ehcache141, compile.module.whirlycache101, compile.module.jbosscache300, compile.module.coherence331"
            description="build all"/>
 
    <target name="checkClusterAddresses" depends="compile.module.framework"

Added: benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/conf/README.txt
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/conf/README.txt	                        (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/conf/README.txt	2008-07-24 23:33:10 UTC (rev 6399)
@@ -0,0 +1,4 @@
+Simply name your cache config file "local-*" to get a local cache, "dist-*" to get a dist cache, "repl-*" to get a
+replicated cache, "near-*" to get a near cache, "opt-*" to get an optimistic cache.
+
+The actual config file doesn't need to exist in this dir.
\ No newline at end of file

Added: benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/lib/commons-logging.jar
===================================================================
(Binary files differ)


Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/lib/commons-logging.jar
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream




More information about the jbosscache-commits mailing list