You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by cn...@apache.org on 2015/10/03 23:03:23 UTC

svn commit: r1706629 - in /zookeeper/branches/branch-3.5: CHANGES.txt build.xml

Author: cnauroth
Date: Sat Oct  3 21:03:22 2015
New Revision: 1706629

URL: http://svn.apache.org/viewvc?rev=1706629&view=rev
Log:
ZOOKEEPER-2268: Zookeeper doc creation fails on windows (Arshad Mohammad via cnauroth)

Modified:
    zookeeper/branches/branch-3.5/CHANGES.txt
    zookeeper/branches/branch-3.5/build.xml

Modified: zookeeper/branches/branch-3.5/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/CHANGES.txt?rev=1706629&r1=1706628&r2=1706629&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.5/CHANGES.txt Sat Oct  3 21:03:22 2015
@@ -24,6 +24,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-2270: Allow MBeanRegistry to be overridden for better unit tests

Modified: zookeeper/branches/branch-3.5/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/build.xml?rev=1706629&r1=1706628&r2=1706629&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/build.xml (original)
+++ zookeeper/branches/branch-3.5/build.xml Sat Oct  3 21:03:22 2015
@@ -480,7 +480,7 @@ xmlns:maven="antlib:org.apache.maven.art
       <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}">