You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2010/11/25 12:07:50 UTC

svn commit: r1039002 - /incubator/hama/nightly/hudsonBuildHamaPatch.sh

Author: edwardyoon
Date: Thu Nov 25 11:07:50 2010
New Revision: 1039002

URL: http://svn.apache.org/viewvc?rev=1039002&view=rev
Log:
Changed forrest home path.

Modified:
    incubator/hama/nightly/hudsonBuildHamaPatch.sh

Modified: incubator/hama/nightly/hudsonBuildHamaPatch.sh
URL: http://svn.apache.org/viewvc/incubator/hama/nightly/hudsonBuildHamaPatch.sh?rev=1039002&r1=1039001&r2=1039002&view=diff
==============================================================================
--- incubator/hama/nightly/hudsonBuildHamaPatch.sh (original)
+++ incubator/hama/nightly/hudsonBuildHamaPatch.sh Thu Nov 25 11:07:50 2010
@@ -24,7 +24,7 @@ GREP=/export/home/edwardyoon/tools/grep/
 PATCH=/export/home/edwardyoon/tools/patch/bin/patch
 JIRA=/export/home/edwardyoon/tools/jira_cli/src/cli/jira
 FINDBUGS_HOME=/export/home/edwardyoon/tools/findbugs/latest
-FORREST_HOME=/export/home/edwardyoon/tools/forrest/latest
+FORREST_HOME=/home/hudson/tools/forrest/apache-forrest-0.8/
 ANT_HOME=/home/hudson/tools/ant/latest
 
 ###############################################################################
@@ -372,7 +372,7 @@ runCoreTests () {
   ### 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 -Djava5.home=/usr/java/ docs -Dforrest.home=$FORREST_HOME
+  $ANT_HOME/bin/ant -Dversion=${SVN_REVISION}_${defect}_PATCH-${patchNum} -DHamaPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes tar test docs -Dforrest.home=$FORREST_HOME
   if [[ $? != 0 ]] ; then
     JIRA_COMMENT="$JIRA_COMMENT