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/06/05 19:13:39 UTC

svn commit: r544557 - /harmony/enhanced/buildtest/branches/2.0/adaptors/JettyScenario/adaptor.xml

Author: smishura
Date: Tue Jun  5 10:13:39 2007
New Revision: 544557

URL: http://svn.apache.org/viewvc?view=rev&rev=544557
Log:
BTI 2.0: add junitreport generation to JettyScenario

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

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/JettyScenario/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/JettyScenario/adaptor.xml?view=diff&rev=544557&r1=544556&r2=544557
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/JettyScenario/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/JettyScenario/adaptor.xml Tue Jun  5 10:13:39 2007
@@ -142,6 +142,13 @@
                     <test name="JettyScenario" todir="${scenario.results.dir}"/>
                 </junit>
 
+                <junitreport todir="${scenario.results.dir}">
+                    <fileset dir="${scenario.results.dir}">
+                        <include name="TEST*-*.xml"/>
+                    </fileset>
+                    <report format="frames" todir="${scenario.results.dir}/html"/>
+                </junitreport>
+
                 <echo level="info" message="Stopping Jetty server"/>
                 <java jvm="${JettyScenario.parameters.required.jetty.server.jvm}"
                       dir="${ext.jetty-6.1.2rc1.location}"