[jbpm-commits] JBoss JBPM SVN: r6055 - jbpm4/tags/jbpm-4.3/qa.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 29 05:57:32 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-12-29 05:57:32 -0500 (Tue, 29 Dec 2009)
New Revision: 6055

Modified:
   jbpm4/tags/jbpm-4.3/qa/build.xml
Log:
trying to fix hudson scripts

Modified: jbpm4/tags/jbpm-4.3/qa/build.xml
===================================================================
--- jbpm4/tags/jbpm-4.3/qa/build.xml	2009-12-29 10:48:17 UTC (rev 6054)
+++ jbpm4/tags/jbpm-4.3/qa/build.xml	2009-12-29 10:57:32 UTC (rev 6055)
@@ -258,7 +258,11 @@
     <mkdir dir="upgrade/target/jbpm-test-upgrade" />
     <unzip dest="upgrade/target/jbpm-test-upgrade" src="upgrade/target/jbpm-test-upgrade.jar" />
     <delete file="upgrade/target/jbpm-test-upgrade/hibernate.properties" />
-    
+
+    <!-- start hsqldb -->
+    <ant antfile="${jbpm.home}/install/build.xml" target="install.hsqldb.server" />
+    <ant antfile="${jbpm.home}/install/build.xml" target="start.hsqldb.server" />
+
     <!-- create jbpm schema using the old jbpm distro -->
     <condition property="is.old.jbpm.40">
       <equals arg1="${old.jbpm.version}" arg2="4.0" />



More information about the jbpm-commits mailing list