[jboss-svn-commits] JBL Code SVN: r33065 - labs/jbosstm/workspace/whitingjr/trunk/performance.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue May 25 05:18:30 EDT 2010
Author: whitingjr
Date: 2010-05-25 05:18:29 -0400 (Tue, 25 May 2010)
New Revision: 33065
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
Log:
Change the classpath.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml 2010-05-25 08:23:01 UTC (rev 33064)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml 2010-05-25 09:18:29 UTC (rev 33065)
@@ -419,7 +419,7 @@
<target name="htm" depends="copy-logs">
<java classname="org.jboss.jbossts.chart.ChartDstat">
<classpath>
- <path refid="run.classpath" />
+ <path refid="test.classpath" />
</classpath>
<arg value="${log.output.dir}/tx-type/${resource.A.jdbc-datasource}/installation/${installation-location}/profiler/${profiler}/${vendor-count}/${db-vendor-mix}/thread-count/${threads}/${DSTAMP}/${DSTAMP}-${time-stamp}"/>
<arg value="${dstat-file}"/>
More information about the jboss-svn-commits
mailing list