[jbpm-commits] JBoss JBPM SVN: r5565 - jbpm4/trunk/qa.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 27 09:37:56 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-27 09:37:56 -0400 (Thu, 27 Aug 2009)
New Revision: 5565

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
Log:
updating the hudson-jbpm4-jboss.sh script to align with the new jboss integration driver script

Modified: jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-08-27 13:30:10 UTC (rev 5564)
+++ jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-08-27 13:37:56 UTC (rev 5565)
@@ -3,22 +3,18 @@
 # runs the jboss integration test suite
 
 MAVEN_OPTS="-Xms1024M -Xmx1024M"
-ANT_PROPERTIES="-Ddatabase=$DATABASE -Djboss.version=$JBOSS_VERSION -Djbpm.parent.dir=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO/jboss"
-
+ANT_PROPERTIES="-Djboss.version=$JBOSS_VERSION -Djbpm.parent.dir=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO/jboss"
 echo ANT_PROPERTIES=${ANT_PROPERTIES}
 
 echo just in case the previous run didnt complete ok, we stop jboss
-ant -f modules/distro/src/main/files/jboss/build.xml $ANT_PROPERTIES reinstall.jboss
-ant -f modules/distro/src/main/files/jboss/build.xml $ANT_PROPERTIES stop.jboss
+ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES reinstall.jboss
+ant -f modules/distro/src/main/files/install/build.xml $ANT_PROPERTIES stop.jboss
 
-ant -f modules/distro/src/main/files/jboss/build.xml $ANT_PROPERTIES reinstall.jbossidm
+mvn -U -Pdistro,integration clean install
+ant -f qa/build.xml $ANT_PROPERTIES testsuite.jboss.setup
 
-mvn -U -Pdistro -Pschemadocs clean install
+cd modules\test-cactus
+mvn -Pruntest test
+cd ..\..
 
-ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.setup
-
-# -Ddatabase=$DATABASE is necessary for the reporting tests in module test-db
-# that test uses the jbpm.hibernate.cfg.xml resource on the classpath to connect to the db
-mvn -U -Djboss.bind.address=localhost -Ddatabase=$DATABASE test
-
-ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.teardown
+ant -f qa/build.xml $ANT_PROPERTIES testsuite.jboss.teardown



More information about the jbpm-commits mailing list