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/19 12:00:46 UTC

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

Author: smishura
Date: Wed Dec 19 03:00:45 2007
New Revision: 605513

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

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=605513&r1=605512&r2=605513&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml Wed Dec 19 03:00:45 2007
@@ -284,17 +284,10 @@
               value="${checkouts.dir}/hdk/working_jdktools/build/test_report/html" />
     <target name="publish-jdktools-test" depends="-copy-report-files" />
 
-    <!-- Struts testing scenario -->
-    <target name="publish-jedit_test">
-        <mkdir dir="${snapshot.results.dir}/jedit_test" />
-        <junitreport todir="${snapshot.results.dir}/jedit_test">
-            <fileset dir="${results.dir}/jedit_test/last"
-                     includes="TEST*-*.xml" />
-            <report format="frames"
-                    todir="${snapshot.results.dir}/jedit_test" />
-        </junitreport>
-        <archive-result />
-    </target>
+    <!-- JEdit testing scenario -->
+    <property name="jedit_test.junit.report"
+              value="${results.dir}/jedit_test/last" />
+    <target name="publish-jedit_test" depends="-copy-report-files" />
 
     <target name="publish-JettyScenario">
         <mkdir dir="${snapshot.results.dir}/JettyScenario" />