[jboss-svn-commits] JBL Code SVN: r38092 - labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri May 18 08:48:52 EDT 2012


Author: paul.robinson
Date: 2012-05-18 08:48:52 -0400 (Fri, 18 May 2012)
New Revision: 38092

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
Hardcoded JBOSS_HOME to jboss-as-7.2.0.Alpha1-SNAPSHOT as auto-detecting it failed

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-05-17 18:14:14 UTC (rev 38091)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-05-18 12:48:52 UTC (rev 38092)
@@ -41,7 +41,7 @@
 fi
 
 #START JBOSS
-export JBOSS_HOME="${WORKSPACE}/jboss-as/build/target/jboss-as-*"
+export JBOSS_HOME="${WORKSPACE}/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT"
 $JBOSS_HOME/bin/standalone.sh --server-config=../../docs/examples/configs/standalone-xts.xml&
 sleep 10 
 



More information about the jboss-svn-commits mailing list