| @@ -931,8 +931,7 @@ | |||||
| </antcall> | </antcall> | ||||
| </target> | </target> | ||||
| <target name="dist-javadocs" depends="javadocs" | |||||
| unless="javadoc.notrequired"> | |||||
| <target name="dist-javadocs" depends="javadocs" unless="javadoc.notrequired"> | |||||
| <mkdir dir="${dist.javadocs}"/> | <mkdir dir="${dist.javadocs}"/> | ||||
| <copy todir="${dist.javadocs}" overwrite="true"> | <copy todir="${dist.javadocs}" overwrite="true"> | ||||
| <fileset dir="${build.javadocs}"/> | <fileset dir="${build.javadocs}"/> | ||||
| @@ -1602,7 +1601,7 @@ | |||||
| </condition> | </condition> | ||||
| </target> | </target> | ||||
| <target name="test"depends="junit-report,antunit-report,check-failed" | |||||
| <target name="test" depends="junit-report,antunit-report,check-failed" | |||||
| description="--> run unit tests and reports"> | description="--> run unit tests and reports"> | ||||
| <fail if="tests.failed" unless="ignore.tests.failed">Unit tests failed; see: | <fail if="tests.failed" unless="ignore.tests.failed">Unit tests failed; see: | ||||
| ${build.junit.reports} | ${build.junit.reports} | ||||