grrrrrrrrrr
authoridfx <idfx>
Sat, 16 Aug 2003 20:01:58 +0000 (20:01 +0000)
committeridfx <idfx>
Sat, 16 Aug 2003 20:01:58 +0000 (20:01 +0000)
build.xml

index 713fc80..c1977a7 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">
+               <classpath>
+                       <fileset dir="${deploy.webinf}/lib">
+                               <include name="*.jar"/>
+                       </fileset>
+               </classpath>
                <sysproperty key="org.xml.sax.driver" value="org.apache.xerces.parsers.SAXParser"/> 
        </java>
   </target>