[jboss-svn-commits] JBL Code SVN: r33723 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jul 1 12:12:59 EDT 2010


Author: whitingjr
Date: 2010-07-01 12:12:59 -0400 (Thu, 01 Jul 2010)
New Revision: 33723

Added:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
Log:
Add Ant script to provide coarse grained commands.

Added: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml	2010-07-01 16:12:59 UTC (rev 33723)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2009 Red Hat, Inc.
+ Red Hat licenses this file to you under the Apache License, version
+ 2.0 (the "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.  See the License for the specific language governing
+ permissions and limitations under the License.
+  -->
+ <!-- This file should not be called directly on the command line.
+  	Use instead the build-commands.xml instead.
+  -->
+<project name="RedHat-JBoss-Performance:API" default="usage" >
+
+	<target name="pre-benchmark-run-task" >
+		<echo>Preparing for a benchmark run.</echo>
+		
+		<ant antfile="build-api.xml" target="gather-configuration"/>
+		<ant antfile="build-api.xml" target="start-benchmark"/>
+		
+	</target>
+	
+	<target name="usage">
+		<message echo="usage: ant -buildfile build-commands.xml task-name"/>
+	</target>
+	
+
+</project>
\ No newline at end of file



More information about the jboss-svn-commits mailing list