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:04:11 UTC

svn commit: r1706630 - in /zookeeper/branches/branch-3.4: CHANGES.txt build.xml

Author: cnauroth
Date: Sat Oct  3 21:04:11 2015
New Revision: 1706630

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

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

Modified: zookeeper/branches/branch-3.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1706630&r1=1706629&r2=1706630&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.4/CHANGES.txt Sat Oct  3 21:04:11 2015
@@ -129,6 +129,9 @@ BUGFIXES:
   ZOOKEEPER-2253: C asserts ordering of ping requests, while Java client does not
   (Chris Chen via rgs)
 
+  ZOOKEEPER-2268: Zookeeper doc creation fails on windows
+  (Arshad Mohammad via cnauroth)
+
 IMPROVEMENTS:
 
   ZOOKEEPER-1575. adding .gitattributes to prevent CRLF and LF mismatches for

Modified: zookeeper/branches/branch-3.4/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/build.xml?rev=1706630&r1=1706629&r2=1706630&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/build.xml (original)
+++ zookeeper/branches/branch-3.4/build.xml Sat Oct  3 21:04:11 2015
@@ -442,7 +442,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}">