You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ni...@apache.org on 2008/12/18 07:13:50 UTC

svn commit: r727653 - /hadoop/core/nightly/hudsonBuildHadoopNightly.sh

Author: nigel
Date: Wed Dec 17 22:13:50 2008
New Revision: 727653

URL: http://svn.apache.org/viewvc?rev=727653&view=rev
Log:
HADOOP-3921. Re-enable Clover in nightly build.  Contributed by Tom White.

Modified:
    hadoop/core/nightly/hudsonBuildHadoopNightly.sh

Modified: hadoop/core/nightly/hudsonBuildHadoopNightly.sh
URL: http://svn.apache.org/viewvc/hadoop/core/nightly/hudsonBuildHadoopNightly.sh?rev=727653&r1=727652&r2=727653&view=diff
==============================================================================
--- hadoop/core/nightly/hudsonBuildHadoopNightly.sh (original)
+++ hadoop/core/nightly/hudsonBuildHadoopNightly.sh Wed Dec 17 22:13:50 2008
@@ -35,8 +35,5 @@
 cp -r $SUPPORT_LIB_DIR/lib/* ./lib
 
 ### 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
-
+export ANT_OPTS=-Xmx256m
+$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