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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 24 05:40:00 EST 2010


Author: whitingjr
Date: 2010-02-24 05:40:00 -0500 (Wed, 24 Feb 2010)
New Revision: 31819

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
Log:
Added completion task with properties.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml	2010-02-24 10:39:17 UTC (rev 31818)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml	2010-02-24 10:40:00 UTC (rev 31819)
@@ -73,7 +73,7 @@
 			<include name="*.jar" />
 		</fileset>
 	</path>
-
+	
 	<path id="ant.classpath">
 		<pathelement path="${ant.home}/lib/ant" />
 		<pathelement path="${ant.home}/lib/optional.jar" />
@@ -329,8 +329,7 @@
 		<delete dir="logs/profiled" />
 		<mkdir dir="logs/profiled" />
 		<property name="db-vendor-package.xpath" value="${db-vendor-package.xpath.A},${db-vendor-package.xpath.B}" />
-		<loadproperties srcfile="src/main/resources/properties/categorise/categorise.properties">
-		</loadproperties>
+		<loadproperties srcfile="src/main/resources/properties/categorise/categorise.properties"/>
 		
 		<condition property="ignore-categorise">
          <equals arg1="${profiled}" arg2="n" />
@@ -516,7 +515,8 @@
 	</target>
 	
 	<target name="notify">
-		<mail tolist="whitingjr at hotmail.com" from="jwhiting at redhat.com" message="Finished profiling data." mailhost="smtp.redhat.com" mailport="587" subject="Finished"/>
+		<loadproperties srcfile="src/main/resources/ack.properties"/>
+		<mail tolist="${ack.to.address}" from="${ack.from.address}" message="Finished processing data." mailhost="${ack.host}" mailport="${ack.port}" subject="Finished"/>
 	</target>
 
 </project>



More information about the jboss-svn-commits mailing list