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 2008/08/22 06:57:33 UTC

svn commit: r687940 - in /incubator/hama/trunk: CHANGES.txt build.xml

Author: edwardyoon
Date: Thu Aug 21 21:57:33 2008
New Revision: 687940

URL: http://svn.apache.org/viewvc?rev=687940&view=rev
Log:
Add forrest build (website) to Hudson patch build script

Modified:
    incubator/hama/trunk/CHANGES.txt
    incubator/hama/trunk/build.xml

Modified: incubator/hama/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/CHANGES.txt?rev=687940&r1=687939&r2=687940&view=diff
==============================================================================
--- incubator/hama/trunk/CHANGES.txt (original)
+++ incubator/hama/trunk/CHANGES.txt Thu Aug 21 21:57:33 2008
@@ -4,6 +4,7 @@
 
   NEW FEATURES
     
+    HAMA-37: Add forrest build (website) to Hudson patch build script (edwardyoon)
     HAMA-34: Hudson/Jira Intergration (edward yoon)
     HAMA-36: Add svn information to website (edward yoon)
     HAMA-33: Add set() method (edwardyoon)

Modified: incubator/hama/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/build.xml?rev=687940&r1=687939&r2=687940&view=diff
==============================================================================
--- incubator/hama/trunk/build.xml (original)
+++ incubator/hama/trunk/build.xml Thu Aug 21 21:57:33 2008
@@ -206,7 +206,9 @@
     <!-- ================================================================== -->
     <target name="docs" depends="forrest.check" description="Generate forrest-based documentation. To use, specify -Dforrest.home=&lt;base of Apache Forrest installation&gt; on the command line." if="forrest.home">
         <exec dir="${docs.src}" executable="${forrest.home}/bin/forrest" 
-               failonerror="true" />
+               failonerror="true">
+        	<env key="JAVA_HOME" value="${java5.home}"/>
+        </exec>
         <copy todir="${build.docs}">
           <fileset dir="${docs.src}/build/site/" />
         </copy>