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 to...@apache.org on 2008/12/19 16:27:29 UTC

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

Author: tomwhite
Date: Fri Dec 19 07:27:29 2008
New Revision: 728049

URL: http://svn.apache.org/viewvc?rev=728049&view=rev
Log:
Reverting HADOOP-3921. Re-enable Clover in 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=728049&r1=728048&r2=728049&view=diff
==============================================================================
--- hadoop/core/nightly/hudsonBuildHadoopNightly.sh (original)
+++ hadoop/core/nightly/hudsonBuildHadoopNightly.sh Fri Dec 19 07:27:29 2008
@@ -35,5 +35,8 @@
 cp -r $SUPPORT_LIB_DIR/lib/* ./lib
 
 ### run checkstyle and tests with clover
-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
+### 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
+