Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2620 - development/main/test

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2620 - development/main/test
  • Date: Thu, 19 May 2005 04:05:54 +0000

Author: mcconnell AT dpml.net
Date: Thu May 19 04:05:42 2005
New Revision: 2620

Modified:
development/main/test/ (props changed)
development/main/test/build.xml
Log:
Add junit reporting to the reactor build.

Modified: development/main/test/build.xml
==============================================================================
--- development/main/test/build.xml (original)
+++ development/main/test/build.xml Thu May 19 04:05:42 2005
@@ -22,4 +22,14 @@

<transit:import uri="artifact:template:dpml/magic/reactor"/>

+ <target name="default" depends="reactor.default">
+ <mkdir dir="target/reports/junit"/>
+ <junitreport todir="target/reports/junit">
+ <fileset dir=".">
+ <include name="**/target/test-reports/TEST-*.xml"/>
+ </fileset>
+ <report format="frames" todir="target/reports/junit"/>
+ </junitreport>
+ </target>
+
</project>



  • svn commit: r2620 - development/main/test, mcconnell, 05/19/2005

Archive powered by MHonArc 2.6.24.

Top of Page