hm
authoridfx <idfx>
Sat, 16 Aug 2003 19:32:53 +0000 (19:32 +0000)
committeridfx <idfx>
Sat, 16 Aug 2003 19:32:53 +0000 (19:32 +0000)
build.xml

index a784794..fe25d8a 100755 (executable)
--- a/build.xml
+++ b/build.xml
   </target>
   
   <target name="rundbtest" depends="compile">
-       <echoproperties/>
-       <java classname="mir.core.test.Test" classpathref="project.class.path"/>
+       <java fork="true" classname="mir.core.test.Test" classpathref="project.class.path"/>
   </target>
 
 </project>