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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 29 06:02:26 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-04-29 06:02:26 -0400 (Wed, 29 Apr 2009)
New Revision: 4675

Modified:
   jbpm4/trunk/qa/jbpm4-jboss.sh
Log:
adding stop of jboss before the test run

Modified: jbpm4/trunk/qa/jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-29 10:01:55 UTC (rev 4674)
+++ jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-29 10:02:26 UTC (rev 4675)
@@ -9,11 +9,11 @@
 echo workspace......... $WORKSPACE
 echo jboss.distro.dir.. $SOURCE_REPO/jboss
 
-mvn -U -Pdistro -Pschemadocs clean install
-
 echo just in case the previous run didn't complete ok, we stop jboss.
 ant -f modules/distro/src/main/files/jboss/build.xml $ANT_PROPERTIES stop.jboss
 
+mvn -U -Pdistro -Pschemadocs clean install
+
 ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.setup
 
 mvn -Djboss.bind.address=localhost test




More information about the jbpm-commits mailing list