Author: jim.ma
Date: 2014-03-07 04:28:24 -0500 (Fri, 07 Mar 2014)
New Revision: 18471
Modified:
hudson/trunk/scripts/jbossws-qa.sh
Log:
Fix the debug script
Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh 2014-03-07 09:24:11 UTC (rev 18470)
+++ hudson/trunk/scripts/jbossws-qa.sh 2014-03-07 09:28:24 UTC (rev 18471)
@@ -35,7 +35,9 @@
startJBoss() {
#Debug use: remove this later
- rm cxf-api-2.7.10.jar
+ if [ -e cxf-api-2.7.10.jar ]; then
+ rm cxf-api-2.7.10.jar
+ fi
wget
http://people.apache.org/~ema/cxf-api-2.7.10.jar
ls -all cxf-api-2.7.10.jar
ls -all $JBOSS_HOME/modules/system/layers/base/org/apache/cxf/main/