[jboss-svn-commits] JBL Code SVN: r36935 - 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 Apr 14 10:35:09 EDT 2011


Author: whitingjr
Date: 2011-04-14 10:35:08 -0400 (Thu, 14 Apr 2011)
New Revision: 36935

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml
Log:
Added target to sort detailed results files.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml	2011-04-14 13:12:59 UTC (rev 36934)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml	2011-04-14 14:35:08 UTC (rev 36935)
@@ -536,7 +536,7 @@
          <param name="duration" value=""/>
          <param name="application-name" value="SPECjms2007"/>
       </xslt>
-      <xslt style="src/main/resources/xsl/data.xsl" in="build.xml" out="${temporary.directory}/execution-result-data.xml"/>
+      <xslt style="src/main/resources/xsl/failed-run-problem-iteration-sorter.xsl" in="build.xml" out="${temporary.directory}/execution-result-data.xml"/>
       
       <property file="${framework.file}" prefix="AFTER_EXECUTION"/>
       <if>
@@ -551,6 +551,11 @@
       </if>
    </target>
    
+   <target name="order-details">
+      <echo>Generating ordered details.</echo>
+      <xslt style="../src/main/resources/xsl/failed-run-problem-iteration-sorter.xsl" in="${spec.install.dir}/output/${org.spec.internal.runId}/detail.measurement.xml" out="${spec.install.dir}/output/${org.spec.internal.runId}/${org.spec.internal.runId}-detail.measurement.xml"/>
+   </target>
+   
    <target name="send-execution-report">
       <echo>Sending the result files.</echo>
       
@@ -657,4 +662,4 @@
       <echo>usage: Do not call this directly, instead use client-commands</echo>
    </target>
 
-</project>
\ No newline at end of file
+</project>



More information about the jboss-svn-commits mailing list