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 cu...@apache.org on 2007/12/05 21:54:01 UTC

svn commit: r601518 - /lucene/hadoop/trunk/build.xml

Author: cutting
Date: Wed Dec  5 12:53:56 2007
New Revision: 601518

URL: http://svn.apache.org/viewvc?rev=601518&view=rev
Log:
HADOOP-2160.  Fix build to fail when forrest fails.

Modified:
    lucene/hadoop/trunk/build.xml

Modified: lucene/hadoop/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/build.xml?rev=601518&r1=601517&r2=601518&view=diff
==============================================================================
--- lucene/hadoop/trunk/build.xml (original)
+++ lucene/hadoop/trunk/build.xml Wed Dec  5 12:53:56 2007
@@ -609,7 +609,7 @@
   <!-- ================================================================== -->
   
   <target name="docs">
-    <exec dir="src/docs" executable="forrest"/>
+    <exec dir="src/docs" executable="forrest" failonerror="true" />
     <copy todir="docs/">
       <fileset dir="src/docs/build/site/" />
     </copy>