]> source.dussan.org Git - poi.git/commitdiff
- Fixed a bug that prevented generating the JUnit test results report.
authorRainer Klute <klute@apache.org>
Mon, 3 Jan 2005 15:38:43 +0000 (15:38 +0000)
committerRainer Klute <klute@apache.org>
Mon, 3 Jan 2005 15:38:43 +0000 (15:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353623 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 4a82133ff22f414590bd50f1e3d725dee143a302..636ba75004ce2a0e6320008058d7ffbeb16f1df5 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -432,8 +432,8 @@ FORREST_HOME environment variable!</echo>
     <!--        </uptodate>-->
     <!--    </target>-->
 
-    <target name="docs" depends="init,-check-forrest-installed,-check-docs" unless="main.docs.notRequired"
-        description="Builds the POI website">
+    <target name="docs" depends="init, -check-forrest-installed, -check-docs"
+      unless="main.docs.notRequired" description="Builds the POI website">
 
         <mkdir dir="${build.site.src}/src/documentation/content/apidocs"/>
         <copy todir="${build.site.src}/src/documentation/content/apidocs">
@@ -504,7 +504,8 @@ FORREST_HOME environment variable!</echo>
   <!-- Creates reports and API documentation -->
   <target name="reports" unless="reports.notRequired" depends="-check-reports,
     is-available-xslt, is-available-junit, is-available-jdepend,
-    test-ignore-failures, jdepend, cvschangelog, javadocs, clover.html"
+    test-ignore-failures, junitreport, jdepend, cvschangelog, javadocs,
+    clover.html"
     description="Creates various reports and the API documentation">
   </target>