[jbpm-commits] JBoss JBPM SVN: r6300 - in jbpm4/trunk: modules/test-cactus and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 5 05:13:38 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-05-05 05:13:37 -0400 (Wed, 05 May 2010)
New Revision: 6300

Modified:
   jbpm4/trunk/modules/test-cactus/pom.xml
   jbpm4/trunk/pom.xml
   jbpm4/trunk/qa/hudson-jbpm4-enterprise.sh
   jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
   jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
Log:
manage subethasmtp-smtp dependency
fix maven/ant options in hudson scripts

Modified: jbpm4/trunk/modules/test-cactus/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-cactus/pom.xml	2010-05-05 08:24:30 UTC (rev 6299)
+++ jbpm4/trunk/modules/test-cactus/pom.xml	2010-05-05 09:13:37 UTC (rev 6300)
@@ -129,11 +129,6 @@
                       <version>1.1</version>
                     </artifactItem>
                     <artifactItem>
-                      <groupId>commons-logging</groupId>
-                      <artifactId>commons-logging</artifactId>
-                      <version>1.1</version>
-                    </artifactItem>
-                    <artifactItem>
                       <groupId>org.jbpm.jbpm4</groupId>
                       <artifactId>jbpm-examples</artifactId>
                       <classifier>tests</classifier>
@@ -206,11 +201,6 @@
                       <version>1.1</version>
                     </artifactItem>
                     <artifactItem>
-                      <groupId>commons-logging</groupId>
-                      <artifactId>commons-logging</artifactId>
-                      <version>1.1</version>
-                    </artifactItem>
-                    <artifactItem>
                       <groupId>org.jbpm.jbpm4</groupId>
                       <artifactId>jbpm-examples</artifactId>
                       <classifier>tests</classifier>

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2010-05-05 08:24:30 UTC (rev 6299)
+++ jbpm4/trunk/pom.xml	2010-05-05 09:13:37 UTC (rev 6300)
@@ -397,6 +397,11 @@
         <version>${spring.version}</version>
       </dependency>
       <dependency>
+      	<groupId>org.subethamail</groupId>
+      	<artifactId>subethasmtp-smtp</artifactId>
+      	<version>${wiser.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.subethamail</groupId>
         <artifactId>subethasmtp-wiser</artifactId>
         <version>${wiser.version}</version>

Modified: jbpm4/trunk/qa/hudson-jbpm4-enterprise.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-enterprise.sh	2010-05-05 08:24:30 UTC (rev 6299)
+++ jbpm4/trunk/qa/hudson-jbpm4-enterprise.sh	2010-05-05 09:13:37 UTC (rev 6300)
@@ -3,7 +3,9 @@
 # runs the jboss integration test suite
 
 MAVEN_OPTS="-Xmx512M -Djboss.bind.address=$JBOSS_BINDADDR"
-ANT_OPTS="-Djboss.version=$JBOSS_VERSION -Djbpm.parent.dir=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO/jboss -Djboss.bind.address=$JBOSS_BINDADDR"
+ANT_OPTS="-Djboss.version=$JBOSS_VERSION -Djbpm.parent.dir=$WORKSPACE \
+-Djboss.distro.dir=$SOURCE_REPO/jboss -Djboss.bind.address=$JBOSS_BINDADDR \
+-Dhsql.bind.address=$JBOSS_BINDADDR"
 
 mvn -U -Pdistro,enterprise clean install
 ant -f qa/build.xml testsuite.enterprise.setup

Modified: jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2010-05-05 08:24:30 UTC (rev 6299)
+++ jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2010-05-05 09:13:37 UTC (rev 6300)
@@ -2,10 +2,10 @@
 #
 # runs the jboss integration test suite
 
-MAVEN_OPTS=-Xmx512M -Djboss.bind.address=$JBOSS_BINDADDR
-ANT_OPTS=-Djboss.version=$JBOSS_VERSION -Djbpm.parent.dir=$WORKSPACE\
--Djboss.distro.dir=$SOURCE_REPO/jboss -Djboss.bind.address=$JBOSS_BINDADDR\
--Dhsql.bind.address=$JBOSS_BINDADDR
+MAVEN_OPTS="-Xmx512M -Djboss.bind.address=$JBOSS_BINDADDR"
+ANT_OPTS="-Djboss.version=$JBOSS_VERSION -Djbpm.parent.dir=$WORKSPACE \
+-Djboss.distro.dir=$SOURCE_REPO/jboss -Djboss.bind.address=$JBOSS_BINDADDR \
+-Dhsql.bind.address=$JBOSS_BINDADDR"
 
 # just in case the previous run didnt complete ok, we stop jboss
 ant -f modules/distro/src/main/files/install/build.xml reinstall.jboss

Modified: jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2010-05-05 08:24:30 UTC (rev 6299)
+++ jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2010-05-05 09:13:37 UTC (rev 6300)
@@ -2,8 +2,9 @@
 #
 # runs the jboss integration test suite
 
-MAVEN_OPTS="-Xmx512M"
-ANT_OPTS="-Djbpm.parent.dir=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO/jboss -Dtomcat.distro.dir=tomcat.downloads" 
+MAVEN_OPTS="-Xmx512M -Dtomcat.bind.address=$TOMCAT_BINDADDR"
+ANT_OPTS="-Djbpm.parent.dir=$WORKSPACE -Djboss.distro.dir=$SOURCE_REPO/jboss \
+-Dtomcat.distro.dir=tomcat.downloads -Dtomcat.bind.address=$TOMCAT_BINDADDR"
 
 mvn -U -Pdistro,integration clean install
 ant -f qa/build.xml reinstall.jbpm



More information about the jbpm-commits mailing list