git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1706628 13f79535-47bb-0310-9956-ffa450edef68
@@ -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)
@@ -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}">