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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Mar 14 11:11:41 EDT 2011


Author: whitingjr
Date: 2011-03-14 11:11:41 -0400 (Mon, 14 Mar 2011)
New Revision: 36798

Added:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-commands.properties
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-commands.xml
Removed:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.properties
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
Log:
Renamed files.

Deleted: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.properties	2011-03-14 14:45:31 UTC (rev 36797)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.properties	2011-03-14 15:11:41 UTC (rev 36798)
@@ -1,4 +0,0 @@
-benchmark.run.duration.inMinutes=65
-
-
-

Deleted: 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	2011-03-14 14:45:31 UTC (rev 36797)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml	2011-03-14 15:11:41 UTC (rev 36798)
@@ -1,57 +0,0 @@
-<?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 be called directly on the command line.
-  -->
-<project name="RedHat-JBoss-Performance:Commands" default="usage" >
-
-   <property file="build-commands.properties" />
-   
-	<target name="benchmark">
-		<echo>Preparing for a benchmark run.</echo>
-		<ant antfile="build-api.xml" target="prepare-eap-server"/>
-		<ant antfile="build-api.xml" target="gather-configuration"/>
-		<ant antfile="build-api.xml" target="start-benchmark"/>
-	   <ant antfile="build-api.xml" target="wait-for-benchmark-completion"/>
-	   <ant antfile="build-api.xml" target="stop-eap-server"/>
-	   <ant antfile="build-api.xml" target="gather-logs"/>
-	   <ant antfile="build-api.xml" target="process-gc-stats"/>
-	   <ant antfile="build-api.xml" target="verify-log-collection"/>
-	   <!--ant antfile="build-api.xml" target="prepare-execution-report"/>
-	   <ant antfile="build-api.xml" target="send-execution-report"/-->
-	</target>
-   
-   <target name="substitute-remote-config">
-      <ant antfile="build-api.xml" target="substitute-remote-config" inheritall="true"/>
-   </target>
-   
-   <target name="substitute-local-config">
-      <ant antfile="build-api.xml" target="substitute-local-config" inheritall="true"/>
-   </target>
-   
-   <target name="delete-remote-config">
-      <ant antfile="build-api.xml" target="delete-remote-config" inheritall="true"/>
-   </target>
-   
-   <target name="deploy-payload">
-      <ant antfile="build-api.xml" target="deploy-payload" inheritall="true"/>
-   </target>
-	
-	<target name="usage">
-		<message echo="usage: ant -buildfile build-commands.xml task-name"/>
-	</target>
-	
-   <target name="notify">
-      <ant antfile="build-api.xml" target="email" inheritall="true"/>
-   </target>
-</project>
\ No newline at end of file

Copied: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-commands.properties (from rev 33851, labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.properties)
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-commands.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-commands.properties	2011-03-14 15:11:41 UTC (rev 36798)
@@ -0,0 +1,4 @@
+benchmark.run.duration.inMinutes=65
+
+
+

Copied: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-commands.xml (from rev 35157, labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml)
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-commands.xml	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-commands.xml	2011-03-14 15:11:41 UTC (rev 36798)
@@ -0,0 +1,57 @@
+<?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 be called directly on the command line.
+  -->
+<project name="RedHat-JBoss-Performance:Commands" default="usage" >
+
+   <property file="build-commands.properties" />
+   
+	<target name="benchmark">
+		<echo>Preparing for a benchmark run.</echo>
+		<ant antfile="build-api.xml" target="prepare-eap-server"/>
+		<ant antfile="build-api.xml" target="gather-configuration"/>
+		<ant antfile="build-api.xml" target="start-benchmark"/>
+	   <ant antfile="build-api.xml" target="wait-for-benchmark-completion"/>
+	   <ant antfile="build-api.xml" target="stop-eap-server"/>
+	   <ant antfile="build-api.xml" target="gather-logs"/>
+	   <ant antfile="build-api.xml" target="process-gc-stats"/>
+	   <ant antfile="build-api.xml" target="verify-log-collection"/>
+	   <!--ant antfile="build-api.xml" target="prepare-execution-report"/>
+	   <ant antfile="build-api.xml" target="send-execution-report"/-->
+	</target>
+   
+   <target name="substitute-remote-config">
+      <ant antfile="build-api.xml" target="substitute-remote-config" inheritall="true"/>
+   </target>
+   
+   <target name="substitute-local-config">
+      <ant antfile="build-api.xml" target="substitute-local-config" inheritall="true"/>
+   </target>
+   
+   <target name="delete-remote-config">
+      <ant antfile="build-api.xml" target="delete-remote-config" inheritall="true"/>
+   </target>
+   
+   <target name="deploy-payload">
+      <ant antfile="build-api.xml" target="deploy-payload" inheritall="true"/>
+   </target>
+	
+	<target name="usage">
+		<message echo="usage: ant -buildfile build-commands.xml task-name"/>
+	</target>
+	
+   <target name="notify">
+      <ant antfile="build-api.xml" target="email" inheritall="true"/>
+   </target>
+</project>
\ No newline at end of file



More information about the jboss-svn-commits mailing list