[jbossws-commits] JBossWS SVN: r18469 - hudson/trunk/scripts.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Mar 7 02:54:50 EST 2014


Author: jim.ma
Date: 2014-03-07 02:54:50 -0500 (Fri, 07 Mar 2014)
New Revision: 18469

Modified:
   hudson/trunk/scripts/jbossws-qa.sh
Log:
[Debug]:Add debug line to print more info on server side

Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh	2014-03-07 06:16:31 UTC (rev 18468)
+++ hudson/trunk/scripts/jbossws-qa.sh	2014-03-07 07:54:50 UTC (rev 18469)
@@ -13,6 +13,11 @@
   export JBOSS_HOME=$WORKSPACE/jboss-as
   echo "Overwriting default application-users.properties / application-roles.properties on AS..."
   cp $STACK_DIR/etc/application-*.properties $JBOSS_HOME/standalone/configuration
+  #Debug use: remove this later
+  wget http://people.apache.org/~ema/cxf-api-2.7.10.jar
+  ls -all $JBOSS_HOME/modules/system/layers/base/org/apache/cxf/main
+  cp cxf-api-2.7.10.jar $JBOSS_HOME/modules/system/layers/base/org/apache/cxf/main
+  ls -all $JBOSS_HOME/modules/system/layers/base/org/apache/cxf/main/cxf-api-2.7.10.jar
 }
 
 setupEnv() {



More information about the jbossws-commits mailing list