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