mirror of https://github.com/apache/lucene.git
Add description to javadoc and test-reports targets, and add more output to <junit>
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@442993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6594c7c47d
commit
af0d115a76
|
@ -91,7 +91,8 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
<target name="javadoc" depends="compile">
|
<target name="javadoc" depends="compile"
|
||||||
|
description="Generates javadoc documentation.">
|
||||||
|
|
||||||
<mkdir dir="${build.javadoc}"/>
|
<mkdir dir="${build.javadoc}"/>
|
||||||
|
|
||||||
|
@ -191,7 +192,7 @@
|
||||||
conf file, either way we need a specific run directory for
|
conf file, either way we need a specific run directory for
|
||||||
the tests.
|
the tests.
|
||||||
-->
|
-->
|
||||||
<junit printsummary="on"
|
<junit printsummary="withOutAndErr"
|
||||||
haltonfailure="no"
|
haltonfailure="no"
|
||||||
errorProperty="tests.failed"
|
errorProperty="tests.failed"
|
||||||
failureProperty="tests.failed"
|
failureProperty="tests.failed"
|
||||||
|
@ -213,8 +214,8 @@
|
||||||
<fail if="tests.failed">Tests failed!</fail>
|
<fail if="tests.failed">Tests failed!</fail>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test-reports">
|
<target name="test-reports"
|
||||||
<!-- no description so it doesn't show up in -projecthelp ... yet -->
|
description="Generates HTML test reports.">
|
||||||
<mkdir dir="${junit.reports}"/>
|
<mkdir dir="${junit.reports}"/>
|
||||||
<junitreport todir="${junit.output.dir}">
|
<junitreport todir="${junit.output.dir}">
|
||||||
<fileset dir="${junit.output.dir}">
|
<fileset dir="${junit.output.dir}">
|
||||||
|
|
Loading…
Reference in New Issue