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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Oct 19 15:22:17 EDT 2009


Author: ozizka at redhat.com
Date: 2009-10-19 15:22:17 -0400 (Mon, 19 Oct 2009)
New Revision: 796

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 19:14:31 UTC (rev 795)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-10-19 19:22:17 UTC (rev 796)
@@ -24,9 +24,11 @@
     ### ??? Not set
     echo "EAP_ZIP_PATH is not set. Must be either path to EAP dist or a EAP code root dir. Terminating."
     exit -1;
-  elif[ -d "$EAP_ZIP_PATH/build/output" ] ; then
-    ###  Built by Hudson
-    #export JBOSS_HOME=$WORKSPACE/eap5/build/output/`ls -1 $WORKSPACE/eap5/build/output`
+  elif[ -d "$EAP_ZIP_PATH/build" ] ; then
+    ###  --Built-- Checked out by Hudson
+    cd $EAP_ZIP_PATH/build
+    ./build.sh clean
+    ./build.sh -Dbuild.unsecure=true
     export JBOSS_HOME=$EAP_ZIP_PATH/build/output/`ls -1 $EAP_ZIP_PATH/build/output`
   else
     ###  Get and unzip EAP 5 binaries



More information about the embjopr-commits mailing list