[jbosscache-commits] JBoss Cache SVN: r5092 - benchmarks/benchmark-fwk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 8 15:44:04 EST 2008


Author: mircea.markus
Date: 2008-01-08 15:44:03 -0500 (Tue, 08 Jan 2008)
New Revision: 5092

Modified:
   benchmarks/benchmark-fwk/build.xml
Log:


Modified: benchmarks/benchmark-fwk/build.xml
===================================================================
--- benchmarks/benchmark-fwk/build.xml	2008-01-08 20:29:49 UTC (rev 5091)
+++ benchmarks/benchmark-fwk/build.xml	2008-01-08 20:44:03 UTC (rev 5092)
@@ -407,14 +407,14 @@
   <!-- Module jbosscache-2.0.0 -->
   
   <dirname property="module.jbosscache200-plugin.basedir" file="${ant.file}"/>
-  <dirname property="module.jbosscache210CR2-plugin.basedir" file="${ant.file}"/>
+  <dirname property="module.jbosscache210cr2-plugin.basedir" file="${ant.file}"/>
 
   
   
   <property name="compiler.args.jbosscache200-plugin" value="${compiler.args}"/>
   
   <property name="jbosscache200-plugin.output.dir" value="${module.jbosscache200-plugin.basedir}/classes/production/jbosscache-2.0.0"/>
-  <property name="jbosscache210CR2-plugin.output.dir" value="${module.jbosscache210CR2-plugin.basedir}/classes/production/jbosscache-2.1.0CR2"/>
+  <property name="jbosscache210cr2-plugin.output.dir" value="${module.jbosscache210cr2-plugin.basedir}/classes/production/jbosscache-2.1.0CR2"/>
   <property name="jbosscache200-plugin.testoutput.dir" value="${module.jbosscache200-plugin.basedir}/classes/test/jbosscache-2.0.0"/>
   
   <path id="jbosscache200-plugin.module.bootclasspath">
@@ -430,12 +430,12 @@
     <pathelement location="${jbosscache200-plugin.output.dir}" />
   </path>
 
-  <path id="jbosscache210CR2-plugin.module.classpath">
-    <fileset dir="${module.jbosscache210CR2-plugin.basedir}/cache-products/jbosscache-2.1.0CR2/lib" includes="*.jar" />
+  <path id="jbosscache210cr2-plugin.module.classpath">
+    <fileset dir="${module.jbosscache210cr2-plugin.basedir}/cache-products/jbosscache-2.1.0CR2/lib" includes="*.jar" />
     <pathelement location="${module.framework.basedir}/lib/commons-logging.jar"/>
     <pathelement location="${framework.output.dir}"/>
     <pathelement location="${framework.testoutput.dir}"/>
-    <pathelement location="${jbosscache210CR2-plugin.output.dir}" />
+    <pathelement location="${jbosscache210cr2-plugin.output.dir}" />
   </path>
   
   
@@ -474,12 +474,12 @@
     </copy>
   </target>
 
-  <target name="compile.module.jbosscache210CR2-plugin.production" depends="compile.module.framework" description="Compile module jbosscache-2.1.0CR2; production classes">
-    <mkdir dir="${jbosscache210CR2-plugin.output.dir}"/>
-    <javac destdir="${jbosscache210CR2-plugin.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true">
+  <target name="compile.module.jbosscache210cr2-plugin.production" depends="compile.module.framework" description="Compile module jbosscache-2.1.0CR2; production classes">
+    <mkdir dir="${jbosscache210cr2-plugin.output.dir}"/>
+    <javac destdir="${jbosscache210cr2-plugin.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true">
       <compilerarg line="${compiler.args}"/>
-      <classpath refid="jbosscache210CR2-plugin.module.classpath"/>
-      <src path="${module.jbosscache210CR2-plugin.basedir}/cache-products/jbosscache-2.1.0CR2"/>
+      <classpath refid="jbosscache210cr2-plugin.module.classpath"/>
+      <src path="${module.jbosscache210cr2-plugin.basedir}/cache-products/jbosscache-2.1.0CR2"/>
     </javac>
   </target>
 
@@ -494,7 +494,7 @@
      <delete dir="${module.framework.basedir}/classes"/>
   </target>
   
-  <target name="all" depends="init, clean, compile.module.framework, compile.module.ehcache124-plugin, compile.module.coherence322-plugin,compile.module.jbosscache140-plugin, compile.module.jbosscache200-plugin, compile.module.jbosscache210CR2-plugin.production, compile.module.terracotta-plugin" description="build all"/>
+  <target name="all" depends="init, clean, compile.module.framework, compile.module.ehcache124-plugin, compile.module.coherence322-plugin,compile.module.jbosscache140-plugin, compile.module.jbosscache200-plugin, compile.module.jbosscache210cr2-plugin.production, compile.module.terracotta-plugin" description="build all"/>
 
    <target name="checkClusterAddresses" depends="compile.module.framework.production"
            description="Check whether the cluster config is a valid one">




More information about the jbosscache-commits mailing list