User: kimptoc
Date: 01/09/02 13:57:23
Modified: . build.xml
Log:
corrected xslt to get testsuite summary working
Revision Changes Path
1.8 +7 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.xml 2001/09/02 19:29:38 1.7
+++ build.xml 2001/09/02 20:57:23 1.8
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.7 2001/09/02 19:29:38 kimptoc Exp $ -->
+<!-- $Id: build.xml,v 1.8 2001/09/02 20:57:23 kimptoc Exp $ -->
<project default="main">
@@ -1521,7 +1521,8 @@
<target name="tests-report" depends="tests-report-html, tests-report-text"/>
- <target name="tests-report-html">
+
+ <target name="tests-report-html" depends="compile">
<mkdir dir="${build.reports}/html"/>
<junitreport todir="${build.reports}">
@@ -1540,6 +1541,10 @@
<target name="tests-report-text" depends="tests-report-html">
<mkdir dir="${build.reports}/text"/>
+
+ <tstamp>
+ <format property="TIMENOW" pattern="d MMMM yyyy H:m"/>
+ </tstamp>
<style basedir="${build.reports}"
destdir="${build.reports}/text"
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development