Author: gkesavan
Date: Sat Mar 28 00:10:25 2009
New Revision: 759406
URL: http://svn.apache.org/viewvc?rev=759406&view=rev
Log:
to enable native lib compression during nightly
Modified:
hadoop/core/nightly/hudsonBuildHadoopNightly.sh
Modified: hadoop/core/nightly/hudsonBuildHadoopNightly.sh
URL:
http://svn.apache.org/viewvc/hadoop/core/nightly/hudsonBuildHadoopNightly.sh?rev=759406&r1=759405&r2=759406&view=diff
==============================================================================
--- hadoop/core/nightly/hudsonBuildHadoopNightly.sh (original)
+++ hadoop/core/nightly/hudsonBuildHadoopNightly.sh Sat Mar 28 00:10:25 2009
@@ -17,7 +17,7 @@
cd $TRUNK
### run this first before instrumenting classes
-$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Declipse.home=$ECLIPSE_HOME
-Dfindbugs.home=$FINDBUGS_HOME -Djava5.home=$JAVA5_HOME
-Dforrest.home=$FORREST_HOME clean tar findbugs
+$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Declipse.home=$ECLIPSE_HOME
-Dfindbugs.home=$FINDBUGS_HOME -Djava5.home=$JAVA5_HOME
-Dforrest.home=$FORREST_HOME -Dcompile.native=true clean tar findbugs
RESULT=$?
### exit early if previous build fails
@@ -35,4 +35,4 @@
$ANT_HOME/bin/ant clean
### run checkstyle and tests with clover
-$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Drun.clover=true
-Dclover.home=$CLOVER_HOME -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 -Drun.clover=true
-Dclover.home=$CLOVER_HOME -Dpython.home=$PYTHON_HOME
-Dtest.junit.output.format=xml -Dtest.output=yes -Dcompile.c++=yes
-Dcompile.native=true checkstyle create-c++-configure compile-test test
generate-clover-reports