Run JUnit in a separate JVM to avoid XML parser jar file conflicts.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@619 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-18 04:05:26 +00:00
parent e82bc2b4fe
commit 0010525ee7
+1 -1
View File
@@ -4,7 +4,7 @@
<!-- things you may want to change -->
<property name="build.compiler" value="jikes"/>
<property name="java.libraries" value="/usr/share/java"/>
<property name="junit.fork" value="false"/>
<property name="junit.fork" value="true"/>
<!-- things you probably don't want to change -->
<property name="test.dir" value="."/>