]> source.dussan.org Git - poi.git/commitdiff
Site build was failing if tests fails. Should be okay now.
authorGlen Stampoultzis <glens@apache.org>
Tue, 15 Jul 2003 11:23:18 +0000 (11:23 +0000)
committerGlen Stampoultzis <glens@apache.org>
Tue, 15 Jul 2003 11:23:18 +0000 (11:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353213 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index a8be28496aebb0e5ad7c158c00dfd306a248ea63..9fdbef8937f5e4c571ecd75b77c4ea411da41813 100644 (file)
--- a/build.xml
+++ b/build.xml
     <target name="reports" depends="-check-reports" unless="reports.notRequired"
         description="Creates junit,jdepend and javadoc reports">
         <antcall target="test">
-            <param name="${halt.on.test.failure}" value="false"/>
+            <param name="halt.on.test.failure" value="false"/>
         </antcall>
         <junitreport todir="${junit.report.dir}">
             <fileset dir="${main.reports.test}">