- Fixed a bug that prevented generating the JUnit test results report.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353623 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2005-01-03 15:38:43 +00:00
parent bf010cfa1b
commit ac4133093d

View File

@ -432,8 +432,8 @@ FORREST_HOME environment variable!</echo>
<!-- </uptodate>--> <!-- </uptodate>-->
<!-- </target>--> <!-- </target>-->
<target name="docs" depends="init,-check-forrest-installed,-check-docs" unless="main.docs.notRequired" <target name="docs" depends="init, -check-forrest-installed, -check-docs"
description="Builds the POI website"> unless="main.docs.notRequired" description="Builds the POI website">
<mkdir dir="${build.site.src}/src/documentation/content/apidocs"/> <mkdir dir="${build.site.src}/src/documentation/content/apidocs"/>
<copy todir="${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 --> <!-- Creates reports and API documentation -->
<target name="reports" unless="reports.notRequired" depends="-check-reports, <target name="reports" unless="reports.notRequired" depends="-check-reports,
is-available-xslt, is-available-junit, is-available-jdepend, 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"> description="Creates various reports and the API documentation">
</target> </target>