소스 검색

ZOOKEEPER-2268: Zookeeper doc creation fails on windows (Arshad Mohammad via cnauroth)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1706628 13f79535-47bb-0310-9956-ffa450edef68
Chris Nauroth 9 년 전
부모
커밋
090481b8f0
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      CHANGES.txt
  2. 1 1
      build.xml

+ 3 - 0
CHANGES.txt

@@ -181,6 +181,9 @@ BUGFIXES:
 
   ZOOKEEPER-2244: On Windows zookeeper fails to restart (Arshad Mohammad via rakeshr)
 
+  ZOOKEEPER-2268: Zookeeper doc creation fails on windows
+  (Arshad Mohammad via cnauroth)
+
 IMPROVEMENTS:
   ZOOKEEPER-1660 Documentation for Dynamic Reconfiguration (Reed Wanderman-Milne via shralex)  
 

+ 1 - 1
build.xml

@@ -480,7 +480,7 @@ xmlns:maven="antlib:org.apache.maven.artifact.ant">
       <condition property="forrest.exec" value="forrest.bat" else="forrest">
       	<os family="windows"/>
       </condition>
-      <exec dir="${docs.src}" executable="${forrest.home}/bin/forrest"
+      <exec dir="${docs.src}" executable="${forrest.home}/bin/${forrest.exec}"
             failonerror="true">
       </exec>
       <copy todir="${docs.dir}">