[embjopr-commits] EMBJOPR SVN: r794 - trunk/jsfunit/testdata.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Oct 19 14:57:32 EDT 2009


Author: ozizka at redhat.com
Date: 2009-10-19 14:57:32 -0400 (Mon, 19 Oct 2009)
New Revision: 794

Modified:
   trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
 * Hudson shell script updated - the jobs can be configured to use the build output.

Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh	2009-10-19 18:55:46 UTC (rev 793)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-10-19 18:57:32 UTC (rev 794)
@@ -13,9 +13,13 @@
 mvn -version
 
 
-echo "EAP_ZIP_PATH: $EAP_ZIP_PATH";
+echo "JBOSS_HOME: $JBOSS_HOME";
 
+###  JBOSS_HOME not set, we need to get it somewhere.
 if [ -n "$JBOSS_HOME" ] then
+
+  echo "EAP_ZIP_PATH: $EAP_ZIP_PATH";
+
   if [ -n "$EAP_ZIP_PATH" ] ; then
     ### ??? Not set
     echo "EAP_ZIP_PATH is not set. Must be either path to EAP dist or a EAP code root dir. Terminating."



More information about the embjopr-commits mailing list