[jbossws-commits] JBossWS SVN: r13034 - in framework/trunk/hudson/hudson-home/jobs: SWITCH-BINDIST-AS-5.1.0 and 1 other directory.
jbossws-commits at lists.jboss.org
jbossws-commits at lists.jboss.org
Tue Sep 28 10:51:13 EDT 2010
Author: alessio.soldano at jboss.com
Date: 2010-09-28 10:51:13 -0400 (Tue, 28 Sep 2010)
New Revision: 13034
Modified:
framework/trunk/hudson/hudson-home/jobs/SWITCH-BINDIST-AS-5.0.1/config.xml
framework/trunk/hudson/hudson-home/jobs/SWITCH-BINDIST-AS-5.1.0/config.xml
Log:
Excluding netty.jar from SWITCH-BINDIST hudson job comparisons on AS 5.x
Modified: framework/trunk/hudson/hudson-home/jobs/SWITCH-BINDIST-AS-5.0.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/SWITCH-BINDIST-AS-5.0.1/config.xml 2010-09-28 13:58:59 UTC (rev 13033)
+++ framework/trunk/hudson/hudson-home/jobs/SWITCH-BINDIST-AS-5.0.1/config.xml 2010-09-28 14:51:13 UTC (rev 13034)
@@ -55,7 +55,8 @@
STACK_ID=cxf
setupEnv
redeployBinaryDistribution
-diff -r $CXF_AS_HOME $JBOSS_HOME > $WORKSPACE/cxf_vs_cxfOverNative.diff
+# excluding netty.jar from comparison as that was not included in AS 5.x, but JBossWS-Native 3.2.x or greater required (and added) it
+diff -r $CXF_AS_HOME $JBOSS_HOME -x netty.jar > $WORKSPACE/cxf_vs_cxfOverNative.diff
rm -rf $JBOSS_HOME
Modified: framework/trunk/hudson/hudson-home/jobs/SWITCH-BINDIST-AS-5.1.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/SWITCH-BINDIST-AS-5.1.0/config.xml 2010-09-28 13:58:59 UTC (rev 13033)
+++ framework/trunk/hudson/hudson-home/jobs/SWITCH-BINDIST-AS-5.1.0/config.xml 2010-09-28 14:51:13 UTC (rev 13034)
@@ -55,7 +55,8 @@
STACK_ID=cxf
setupEnv
redeployBinaryDistribution
-diff -r $CXF_AS_HOME $JBOSS_HOME > $WORKSPACE/cxf_vs_cxfOverNative.diff
+# excluding netty.jar from comparison as that was not included in AS 5.x, but JBossWS-Native 3.2.x or greater required (and added) it
+diff -r $CXF_AS_HOME $JBOSS_HOME -x netty.jar > $WORKSPACE/cxf_vs_cxfOverNative.diff
rm -rf $JBOSS_HOME
More information about the jbossws-commits
mailing list