Author: edwardyoon
Date: Thu Aug 21 21:38:00 2008
New Revision: 687938

URL: http://svn.apache.org/viewvc?rev=687938&view=rev
Log: (empty)

Modified:
    incubator/hama/nightly/hudsonBuildHamaPatch.sh

Modified: incubator/hama/nightly/hudsonBuildHamaPatch.sh
URL: 
http://svn.apache.org/viewvc/incubator/hama/nightly/hudsonBuildHamaPatch.sh?rev=687938&r1=687937&r2=687938&view=diff
==============================================================================
--- incubator/hama/nightly/hudsonBuildHamaPatch.sh (original)
+++ incubator/hama/nightly/hudsonBuildHamaPatch.sh Thu Aug 21 21:38:00 2008
@@ -370,7 +370,7 @@
   ### Kill any rogue build processes from the last attempt
   $PS -auxwww | $GREP HamaPatchProcess | /usr/bin/nawk '{print $2}' | 
/usr/bin/xargs -t -I {} /usr/bin/kill -9 {} > /dev/null
 
-  $ANT_HOME/bin/ant -Dversion=${SVN_REVISION}_${defect}_PATCH-${patchNum} 
-DHamaPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes tar test
+  $ANT_HOME/bin/ant -Dversion=${SVN_REVISION}_${defect}_PATCH-${patchNum} 
-DHamaPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes tar test 
-Djava5.home=/usr/java/ docs -Dforrest.home=$FORREST_HOME
   if [[ $? != 0 ]] ; then
     JIRA_COMMENT="$JIRA_COMMENT
 


Reply via email to