Update of /var/cvs/tests
In directory james.mmbase.org:/tmp/cvs-serv11792

Modified Files:
        build.xml 
Log Message:



See also: http://cvs.mmbase.org/viewcvs/tests


Index: build.xml
===================================================================
RCS file: /var/cvs/tests/build.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- build.xml   29 Jul 2008 20:03:55 -0000      1.61
+++ build.xml   30 Jul 2008 07:14:57 -0000      1.62
@@ -47,7 +47,9 @@
       <arg value="-dbname.0" />
       <arg value="test" />
       <classpath>
-        <pathelement path="${tests.lib}/hsqldb*.jar" />
+        <fileset dir="${lib}">
+          <include name="hsqldb*.jar" />
+        </fileset>
       </classpath>
     </java>
   </target>
@@ -145,7 +147,6 @@
       </classpath>
     </available>
     <echo level="debug" message="${run.classpath}" />
-    <property name="inited" value="true" />
   </target>
 
 
@@ -346,7 +347,7 @@
           <jvmarg value="-Duser.dir=${tests.work.dir}" />
         </java>
       </daemons>
-      <echo message="starting client" />
+      <echo message="starting client ${run.rmmci.client}" />
       <java
           classname="${ui.class}"
           fork="true"
@@ -479,7 +480,7 @@
     <echo 
message="========================================TYPEREL========================================"
 />
     <antcall target="run.typerel" inheritRefs="true"/>
     <sleep seconds="10" />
-    <antcall target="run.all.bridge" />
+    <antcall target="run.all.bridge" inheritRefs="true"/>
     <sleep seconds="10" />
     <echo 
message="========================================UTIL========================================"
 />
     <antcall target="run.util" inheritRefs="true"/>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to