[jboss-svn-commits] JBL Code SVN: r32346 - labs/jbosstm/workspace/whitingjr/trunk/performance.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Apr 1 11:53:30 EDT 2010
Author: whitingjr
Date: 2010-04-01 11:53:29 -0400 (Thu, 01 Apr 2010)
New Revision: 32346
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
Log:
Added property to specify the transaction log directory location.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml 2010-04-01 14:36:09 UTC (rev 32345)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml 2010-04-01 15:53:29 UTC (rev 32346)
@@ -80,7 +80,7 @@
<pathelement path="${ant.home}/lib/ant.jar" />
<pathelement path="${ant.home}/lib/ant-launcher.jar" />
</path>
-
+
<path id="compile.classpath">
<pathelement path="lib/log4j-1.2.15.jar" />
<pathelement path="lib/client.jar" />
@@ -302,6 +302,8 @@
</copy>
<copy file="src/main/resources/log4j.xml" todir="build/classes" />
+ <copy file="src/main/resources/arjunajta-properties.xml" todir="build/classes" />
+
<delete dir="${test.output.dir}" />
<mkdir dir="${test.output.dir}" />
@@ -350,7 +352,8 @@
<jvmarg value="${profiler.agent.argument}" />
<!-- property configuration allows agentlib, agentpath and javaagent support -->
<jvmarg value="${profiler.vm.arguments}" />
- <jvmarg value="-Djboss.server.data.dir=${jboss.server.data.dir}" />
+ <jvmarg value="-Dcom.arjuna.ats.arjuna.common.propertiesFile=build/classes/arjunajta-properties.xml" />
+
<jvmarg value="-Xms256m" />
<jvmarg value="-Xmx1536m" />
<jvmarg value="-Xdebug" />
More information about the jboss-svn-commits
mailing list