hm
[mir.git] / 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>