You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sh...@apache.org on 2011/09/24 19:38:50 UTC

svn commit: r1175205 - /hadoop/common/branches/branch-0.22/common/build.xml

Author: shv
Date: Sat Sep 24 17:38:50 2011
New Revision: 1175205

URL: http://svn.apache.org/viewvc?rev=1175205&view=rev
Log:
HADOOP-7457. build.xml correction.

Modified:
    hadoop/common/branches/branch-0.22/common/build.xml

Modified: hadoop/common/branches/branch-0.22/common/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/common/build.xml?rev=1175205&r1=1175204&r2=1175205&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/common/build.xml (original)
+++ hadoop/common/branches/branch-0.22/common/build.xml Sat Sep 24 17:38:50 2011
@@ -875,7 +875,7 @@
   
   <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.bat"
+    <exec dir="${docs.src}" executable="${forrest.home}/bin/forrest"
 	  failonerror="true">
     </exec>
     <copy todir="${build.docs}">