grrrr
authoridfx <idfx>
Sat, 16 Aug 2003 19:54:48 +0000 (19:54 +0000)
committeridfx <idfx>
Sat, 16 Aug 2003 19:54:48 +0000 (19:54 +0000)
build.xml

index 2052c81..713fc80 100755 (executable)
--- a/build.xml
+++ b/build.xml
   </target>
   
   <target name="rundbtest" depends="compile">
-       <java classname="mir.core.test.Test" classpathref="project.class.path"/>
+       <java classname="mir.core.test.Test" classpathref="project.class.path">
+               <sysproperty key="org.xml.sax.driver" value="org.apache.xerces.parsers.SAXParser"/> 
+       </java>
   </target>
 
 </project>