Author: nigel
Date: Mon Apr 7 23:32:35 2008
New Revision: 645773
URL: http://svn.apache.org/viewvc?rev=645773&view=rev
Log:
add eclipse plugin compile to nightly build
Modified:
hadoop/core/nightly/hudsonBuildHadoopNightly.sh
Modified: hadoop/core/nightly/hudsonBuildHadoopNightly.sh
URL: http://svn.apache.org/viewvc/hadoop/core/nightly/hudsonBuildHadoopNightly.sh?rev=645773&r1=645772&r2=645773&view=diff
==============================================================================
--- hadoop/core/nightly/hudsonBuildHadoopNightly.sh (original)
+++ hadoop/core/nightly/hudsonBuildHadoopNightly.sh Mon Apr 7 23:32:35 2008
@@ -5,7 +5,8 @@
FINDBUGS_HOME=$3
CLOVER_HOME=$4
PYTHON_HOME=$5
-SUPPORT_LIB_DIR=$6
+ECLIPSE_HOME=$6
+SUPPORT_LIB_DIR=$7
#set -x
@@ -18,7 +19,7 @@
### tar target is included in findbugs target
### run this first before instrumenting classes
-$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Dfindbugs.home=$FINDBUGS_HOME -Dforrest.home=$FORREST_HOME
clean docs findbugs
+$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Declipse.home=$ECLIPSE_HOME -Dfindbugs.home=$FINDBUGS_HOME
-Dforrest.home=$FORREST_HOME clean docs findbugs
RESULT=$?
if [ $RESULT != 0 ] ; then
echo "Build Failed: remaining tests not run"
|