You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by as...@apache.org on 2009/11/08 04:00:40 UTC

svn commit: r833813 - /hadoop/chukwa/site/build.xml

Author: asrabkin
Date: Sun Nov  8 03:00:40 2009
New Revision: 833813

URL: http://svn.apache.org/viewvc?rev=833813&view=rev
Log:
update build.xml to use java5.home

Modified:
    hadoop/chukwa/site/build.xml

Modified: hadoop/chukwa/site/build.xml
URL: http://svn.apache.org/viewvc/hadoop/chukwa/site/build.xml?rev=833813&r1=833812&r2=833813&view=diff
==============================================================================
--- hadoop/chukwa/site/build.xml (original)
+++ hadoop/chukwa/site/build.xml Sun Nov  8 03:00:40 2009
@@ -3,7 +3,9 @@
 <project name="site" default="update" basedir=".">
   
   <target name="update" depends="clean">
-    <exec dir="author" executable="forrest" failonerror="true" />
+    <exec dir="author" executable="forrest" failonerror="true">
+				<env key="JAVA_HOME" value="${java5.home}" />
+    </exec>
     <copy todir="publish/">
       <fileset dir="author/build/site/" />
     </copy>