ehatcher 2003/10/22 18:59:55 Modified: . build.xml Log: cleanup velocity.log; set sys property for test cases to use for test files Revision Changes Path 1.52 +3 -2 jakarta-lucene/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/build.xml,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- build.xml 22 Oct 2003 14:43:17 -0000 1.51 +++ build.xml 23 Oct 2003 01:59:55 -0000 1.52 @@ -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> <!-- ================================================================== -->
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]