[jbossws-commits] JBossWS SVN: r6642 - framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.2.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 23 16:31:35 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-23 16:31:35 -0400 (Wed, 23 Apr 2008)
New Revision: 6642

Modified:
   framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.2/config.xml
Log:
Switch build over to maven

Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.2/config.xml	2008-04-23 20:10:36 UTC (rev 6641)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.2/config.xml	2008-04-23 20:31:35 UTC (rev 6642)
@@ -13,7 +13,7 @@
 STACKCXF=$WORKSPACE/stack-cxf
 JBOSS_BINDADDR=@jboss.bind.address@
 JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/@hudson.jboss422.build@
-ENVIRONMENT="-Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=jboss422 -Djboss422.home=$JBOSS_INSTANCE"
+ENVIRONMENT="-Djboss.bind.address=@jboss.bind.address@ -Denv=jboss422 -Djboss422.home=$JBOSS_INSTANCE"
 
 #
 # stop jbossas
@@ -25,7 +25,7 @@
 #
 cd $STACKCXF
 cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss422
+ant $ENVIRONMENT clean deploy-jboss422
 
 #
 # start jbossas
@@ -43,7 +43,7 @@
 #
 # execute tests
 #
-./build.sh $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
+mvn $ENVIRONMENT -P testsuite test 2>&1 | tee $WORKSPACE/tests.out
 cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
 
 #
@@ -57,7 +57,7 @@
   </builders>
   <publishers class="vector">
     <hudson.tasks.junit.JUnitResultArchiver>
-      <testResults>stack-cxf/output/tests/test-reports/*.xml</testResults>
+      <testResults>stack-cxf/modules/testsuite/*/target/surefire-reports/*.xml</testResults>
     </hudson.tasks.junit.JUnitResultArchiver>
     <hudson.tasks.Mailer>
       <recipients>@hudson.mail.recipients@</recipients>




More information about the jbossws-commits mailing list