[jboss-svn-commits] JBL Code SVN: r33777 - 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 8 09:54:20 EDT 2010


Author: whitingjr
Date: 2010-07-08 09:54:20 -0400 (Thu, 08 Jul 2010)
New Revision: 33777

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Fixed the paths so that files will be found.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-08 13:46:38 UTC (rev 33776)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-08 13:54:20 UTC (rev 33777)
@@ -26,7 +26,7 @@
    
    <property environment="env"/>
    <property name="framework.properties.dir" location="${env.USER_HOME}/.specjms" />
-   <property name="framework.file" location="${framework.properties.dir}/framework.properties" />
+   <property name="framework.file" location="${framework.properties.dir}/specjms.seq" />
 
    <target name="clean">
       <echo>Removing prior run collected data.</echo>
@@ -85,18 +85,18 @@
    <target name="gather-logs">
       <echo>Gathering log files</echo>
       <parallel failonany="false">
-         <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/server/production/log/jstat-hornetq.txt" localTodir="${spec.install.dir}/config" failonerror="false" password="${r_p}"/>
-         <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/server/production/log/verbose-gc.txt" localTodir="${spec.install.dir}/config" failonerror="false" password="${r_p}"/>
+         <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/server/production/log/jstat-hornetq.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}" failonerror="false" password="${r_p}"/>
+         <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/server/production/log/verbose-gc.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}" failonerror="false" password="${r_p}"/>
       </parallel>
       
    </target>
    
    <target name="process-gc-stats">
       <echo>Processing gc stats</echo>
-      <exec executable="printgcstats" output="${spec.install.dir}/config/verbose-gc-stats.txt">
+      <exec executable="printgcstats" output="${spec.install.dir}/output/${org.spec.internal.runId}/verbose-gc-stats.txt">
          <arg value="-v"/>
          <arg value="cpus=16"/>
-         <arg value="${spec.install.dir}/config/verbose-gc.txt"/>
+         <arg value="${spec.install.dir}/output/${org.spec.internal.runId}/verbose-gc.txt"/>
       </exec>
    </target>
    
@@ -106,15 +106,15 @@
    </target>
 
    <target name="generate-submission">
+      <echo>Checking success of the benchmark run.</echo>
       
+      <echo>Status of run was: </echo>
       
    </target>
    
    <target name="generate-submission-report">
       <echo>Generating submission</echo>
-      <xmltask source="${spec.install.dir}/output/ /specjms-result.xml">
-         <copy path="/:configuration/:journal-directory/text()" property="hornetq.journal.dir"/>
-      </xmltask>
+      
    </target>
    
    



More information about the jboss-svn-commits mailing list