Author: nigel
Date: Thu Sep 4 12:25:29 2008
New Revision: 692199
URL: http://svn.apache.org/viewvc?rev=692199&view=rev
Log:
update to nightly build script so that executed commands can be seen
Modified:
hadoop/core/nightly/hudsonBuildHadoopNightly.sh
Modified: hadoop/core/nightly/hudsonBuildHadoopNightly.sh
URL:
http://svn.apache.org/viewvc/hadoop/core/nightly/hudsonBuildHadoopNightly.sh?rev=692199&r1=692198&r2=692199&view=diff
==============================================================================
--- hadoop/core/nightly/hudsonBuildHadoopNightly.sh (original)
+++ hadoop/core/nightly/hudsonBuildHadoopNightly.sh Thu Sep 4 12:25:29 2008
@@ -8,7 +8,7 @@
ECLIPSE_HOME=$6
SUPPORT_LIB_DIR=$7
-#set -x
+set -x
ulimit -n 1024
@@ -17,9 +17,8 @@
cd $trunk
-### tar target is included in findbugs target
### run this first before instrumenting classes
-$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Declipse.home=$ECLIPSE_HOME
-Dfindbugs.home=$FINDBUGS_HOME
-Djava5.home=/export/home/hudson/tools/java/latest1.5
-Dforrest.home=$FORREST_HOME clean docs findbugs
+$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Declipse.home=$ECLIPSE_HOME
-Dfindbugs.home=$FINDBUGS_HOME
-Djava5.home=/export/home/hudson/tools/java/latest1.5
-Dforrest.home=$FORREST_HOME clean docs tar findbugs
RESULT=$?
if [ $RESULT != 0 ] ; then
echo "Build Failed: remaining tests not run"
@@ -38,5 +37,6 @@
### run checkstyle and tests with clover
### REMOVING CLOVER FROM THE FOLLOWING UNTIL HADOOP-3921 IS FIXED
### $ANT_HOME/bin/ant -lib $CLOVER_HOME/lib -Dversion=$BUILD_ID
-Drun.clover=true -Dpython.home=$PYTHON_HOME -Dtest.junit.output.format=xml
-Dtest.output=yes -Dcompile.c++=yes checkstyle create-c++-configure test
generate-clover-reports
+
$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Dpython.home=$PYTHON_HOME
-Dtest.junit.output.format=xml -Dtest.output=yes -Dcompile.c++=yes checkstyle
create-c++-configure test