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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Mar 8 11:53:27 EST 2012


Author: alessio.soldano at jboss.com
Date: 2012-03-08 11:53:27 -0500 (Thu, 08 Mar 2012)
New Revision: 15905

Modified:
   hudson/trunk/scripts/jbossws-qa.sh
Log:
[JBWS-3454] Overwrite test application-*.properties as part of hudson jobs


Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh	2012-03-08 16:52:38 UTC (rev 15904)
+++ hudson/trunk/scripts/jbossws-qa.sh	2012-03-08 16:53:27 UTC (rev 15905)
@@ -11,6 +11,8 @@
   rm -rf $WORKSPACE/jboss-as
   cp -r $JBOSS_INSTANCE $WORKSPACE/jboss-as
   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
   # HACK if running cxf on AS71x, first install/update native
   if [ "$STACK_ID" = "cxf" ] && [[ $JBOSS_TARGET == jboss71* ]]; then
     echo "cxf stack with AS 71x, first installing native..."



More information about the jbossws-commits mailing list