[jboss-svn-commits] JBL Code SVN: r30116 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 11 12:59:09 EST 2009


Author: whitingjr
Date: 2009-11-11 12:59:09 -0500 (Wed, 11 Nov 2009)
New Revision: 30116

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
Log:
Removed commented out sections.
Added checking for log store.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml	2009-11-11 17:54:48 UTC (rev 30115)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml	2009-11-11 17:59:09 UTC (rev 30116)
@@ -5,19 +5,6 @@
 	<property name="JBOSS_HOME_4_2_3" value="~/java/jboss/jboss-4.2.3.GA" />
 	<property name="M2_HOME" value="${user.home}/.m2" />
 	<property name="MAVEN_ANT_TASK_VERSION" value="2.0.10" />
-	<!-- to download dependencies execute mvn package on this module before calling ant script -->
-	<!--path id="maven-ant-tasks.classpath" path="${M2_HOME}/repository/org/apache/maven/maven-ant-tasks/${MAVEN_ANT_TASK_VERSION}/maven-ant-tasks-${MAVEN_ANT_TASK_VERSION}.jar" />
-	<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="antlib:org.apache.maven.artifact.ant" classpathref="maven-ant-tasks.classpath" />
-	<artifact:pom id="tsperfpom" file="pom.xml" />
-	<artifact:dependencies pathId="tsperf">
-		<dependency groupId="org.jboss" artifactId="jbossjta" version="4.8.0_GA-standalone" />
-		<dependency groupId="com.mentorgen.tools.profile" artifactId="jip" version="1.0" />
-		<dependency groupId="com.mentorgen.tools.profile" artifactId="jip-client" version="1.0" />
-		<dependency groupId="org.slf4j" artifactId="slf4j-api" version="1.5.8" />
-		<dependency groupId="org.slf4j" artifactId="slf4j-log4j12" version="1.5.8" />
-		<dependency groupId="commons-dbutils" artifactId="commons-dbutils" version="1.2" />
-		<dependency groupId="commons-io" artifactId="commons-io" version="1.4" />
-	</artifact:dependencies-->
 
 	<property name="required-args" value="-Dtransaction.strategy=value -Ddb.installation=value -Ddb.vendor=value -Djdbc-datasource=value" />
 	<property name="optional-args" value="-Dtransaction.log.store=value" />
@@ -39,7 +26,6 @@
 	</path>
 
 	<path id="demo.compile.classpath">
-		<!--path refid="tsperf" /-->
 		<pathelement path="/home/whitingjr/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar" />
 		<pathelement path="lib/client.jar" />
 		<pathelement path="/home/whitingjr/.m2/repository/org/dbunit/dbunit/2.4.6/dbunit-2.4.6.jar" />
@@ -200,23 +186,6 @@
 
 	</target>
 
-	<!--target name="compile-demo" depends="prepare">
-		<javac srcdir="src/main/java" destdir="${build.classes.dir}" classpathref="demo.compile.classpath" debug="true" debuglevel="lines"/>
-		<javac srcdir="src/test/java" destdir="${build.classes.dir}" classpathref="demo.run.classpath" debug="true"  debuglevel="lines"/>
-	</target>
-
-	<target name="run-demo-test" depends="compile" description="task to call the Demo application with profiling enabled.">
-		<copy file="src/test/resources/testsuite-integration-demo.xml" tofile="build/classes/testsuite-integration-demo.xml" />
-		<testng outputDir="${test.output.dir}">
-			<jvmarg value="-javaagent:lib/profile.jar" />
-			<jvmarg value="-Dprofile.properties=build/classes/profile.properties" />
-			<classpath>
-				<path refid="demo.test.classpath" />
-			</classpath>
-			<xmlfileset file="build/classes/testsuite-integration-demo.xml" />
-		</testng>
-	</target-->
-
 	<target name="compile" depends="prepare,check-xa-support">
 		<javac srcdir="src/main/java" destdir="${build.classes.dir}" classpathref="demo.compile.classpath" debug="true" />
 		<javac srcdir="src/test/java" destdir="${build.classes.dir}" classpathref="demo.run.classpath" debug="true" />



More information about the jboss-svn-commits mailing list