Преглед изворни кода

HADOOP-2160. Fix build to fail when forrest fails.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@601518 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting пре 17 година
родитељ
комит
12aa7f0d30
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -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>