You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/12/24 07:30:16 UTC

svn commit: r606671 - /harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml

Author: smishura
Date: Sun Dec 23 22:30:15 2007
New Revision: 606671

URL: http://svn.apache.org/viewvc?rev=606671&view=rev
Log:
Use common -copy-report-files target

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml?rev=606671&r1=606670&r2=606671&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml Sun Dec 23 22:30:15 2007
@@ -325,26 +325,11 @@
 
     <target name="publish-dacapo" depends="-copy-report-files" />
 
-    <target name="publish-ehwa">
-        <mkdir dir="${snapshot.results.dir}/ehwa" />
-        <copy-execution-log />
-        <touch-status-file />
-        <archive-result/>
-    </target>
+    <target name="publish-ehwa" depends="-copy-report-files" />
 
-    <target name="publish-ehwa-api">
-        <mkdir dir="${snapshot.results.dir}/ehwa-api" />
-        <copy-execution-log />
-        <touch-status-file />
-        <archive-result/>
-    </target>
+    <target name="publish-ehwa-api" depends="-copy-report-files" />
 
-    <target name="publish-ega">
-        <mkdir dir="${snapshot.results.dir}/ega" />
-        <copy-execution-log />
-        <touch-status-file />
-        <archive-result/>
-    </target>
+    <target name="publish-ega" depends="-copy-report-files" />
 
     <target name="publish-eut">
         <mkdir dir="${snapshot.results.dir}/eut" />
@@ -380,31 +365,16 @@
         <archive-result/>
     </target>
 
-    <target name="publish-hdk_by_hdk">
-        <mkdir dir="${snapshot.results.dir}/hdk_by_hdk" />
+    <!-- ANT testing scenario -->
+    <target name="publish-hdk_by_hdk" depends="-copy-report-files" />
 
-        <copy-execution-log />
-        <touch-status-file />
-        <archive-result />
-    </target>
-
-    <target name="publish-reliability">
-        <mkdir dir="${snapshot.results.dir}/reliability" />
-        <junitreport todir="${results.dir}/reliability/last">
-            <fileset dir="${results.dir}/reliability/last" includes="TEST-*.xml" />
-            <report format="frames" todir="${snapshot.results.dir}/reliability" />
-        </junitreport>
-        <archive-result/>
-    </target>
+    <!-- Reliability suite -->
+    <property name="reliability.junit.report"
+              value="${results.dir}/reliability/last" />
+    <target name="publish-reliability" depends="-copy-report-files" />
 
-
-    <target name="publish-scimark">
-        <mkdir dir="${snapshot.results.dir}/scimark" />
-
-        <copy-execution-log />
-        <touch-status-file />
-        <archive-result/>
-    </target>
+    <!-- Scimark testing scenario -->
+    <target name="publish-scimark" depends="-copy-report-files" />
 
     <target name="publish-stress">