ehatcher 2003/10/20 11:07:02 Modified: . build.xml Log: add dataDir VM property for test cases to use Revision Changes Path 1.50 +1 -1 jakarta-lucene/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/build.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- build.xml 13 Oct 2003 14:15:14 -0000 1.49 +++ build.xml 20 Oct 2003 18:07:02 -0000 1.50 @@ -243,7 +243,7 @@ <junit printsummary="off" haltonfailure="no" errorProperty="tests.failed" failureProperty="tests.failed"> <classpath refid="junit.classpath"/> - <!-- <formatter type="plain"/> todo: does anyone use these text files? --> + <sysproperty key="dataDir" file="src/test"/> <formatter type="xml"/> <formatter type="brief" usefile="false"/> <batchtest fork="yes" todir="${junit.output.dir}" unless="testcase">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]