Author: nigel
Date: Mon Dec 17 21:20:32 2007
New Revision: 605093

URL: http://svn.apache.org/viewvc?rev=605093&view=rev
Log:
added docs target to patch process

Modified:
    lucene/hadoop/nightly/hudsonBuildHadoopPatch.sh

Modified: lucene/hadoop/nightly/hudsonBuildHadoopPatch.sh
URL: 
http://svn.apache.org/viewvc/lucene/hadoop/nightly/hudsonBuildHadoopPatch.sh?rev=605093&r1=605092&r2=605093&view=diff
==============================================================================
--- lucene/hadoop/nightly/hudsonBuildHadoopPatch.sh (original)
+++ lucene/hadoop/nightly/hudsonBuildHadoopPatch.sh Mon Dec 17 21:20:32 2007
@@ -270,7 +270,7 @@
   ### Kill any rogue build processes from the last attempt
   $PS -auxwww | $GREP HadoopPatchProcess | /usr/bin/nawk '{print $2}' | 
/usr/bin/xargs -t -I {} /usr/bin/kill -9 {} > /dev/null
 
-  $ANT_HOME/bin/ant -Dversion=${revisionNum}_${defect}_PATCH-${patchNum} 
-DHadoopPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes 
-Dcompile.c++=yes create-c++-configure tar test-core
+  $ANT_HOME/bin/ant -Dversion=${revisionNum}_${defect}_PATCH-${patchNum} 
-DHadoopPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes 
-Dcompile.c++=yes create-c++-configure docs tar test-core
   if [[ $? != 0 ]] ; then
     JIRA_COMMENT="$JIRA_COMMENT
 


Reply via email to