mirror of https://github.com/apache/lucene.git
cleanup velocity.log; set sys property for test cases to use for test files
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150116 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4fd1cea634
commit
ae5b2cc6b7
|
@ -244,6 +244,7 @@
|
|||
errorProperty="tests.failed" failureProperty="tests.failed">
|
||||
<classpath refid="junit.classpath"/>
|
||||
<sysproperty key="dataDir" file="src/test"/>
|
||||
<sysproperty key="tempDir" file="${build.dir}/test"/>
|
||||
<formatter type="xml"/>
|
||||
<formatter type="brief" usefile="false"/>
|
||||
<batchtest fork="yes" todir="${junit.output.dir}" unless="testcase">
|
||||
|
@ -307,8 +308,7 @@
|
|||
includes="**/*.xml"
|
||||
lastModifiedCheck="true"
|
||||
templatePath="${jakarta.site2.home}/xdocs/stylesheets"
|
||||
>
|
||||
</anakia>
|
||||
/>
|
||||
|
||||
<copy todir="docs/images" filtering="no">
|
||||
<fileset dir="xdocs/images">
|
||||
|
@ -470,6 +470,7 @@
|
|||
description="Removes contents of build and dist directories">
|
||||
<delete dir="${build.dir}"/>
|
||||
<delete dir="${dist.dir}"/>
|
||||
<delete file="velocity.log"/>
|
||||
</target>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
|
|
Loading…
Reference in New Issue