[
https://issues.apache.org/jira/browse/ZOOKEEPER-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794868#comment-16794868
]
Hudson commented on ZOOKEEPER-2621:
-----------------------------------
SUCCESS: Integrated in Jenkins build Zookeeper-trunk-single-thread #278 (See
[https://builds.apache.org/job/Zookeeper-trunk-single-thread/278/])
ZOOKEEPER-2621: ZooKeeper doesn't start on MINGW32 (Windows) (phunt: rev
19cb6fb8f7989121025f91889462386eb8918c56)
* (edit) bin/zkEnv.sh
> ZooKeeper doesn't start on MINGW32 (Windows)
> --------------------------------------------
>
> Key: ZOOKEEPER-2621
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2621
> Project: ZooKeeper
> Issue Type: Bug
> Components: scripts
> Affects Versions: 3.4.9
> Environment: MINGW32_NT-6.1 on Windows 7 (e.g. git bash)
> Reporter: Amichai Rothman
> Assignee: Amichai Rothman
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.6.0, 3.5.5, 3.4.15
>
> Attachments: ZOOKEEPER-2621.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The ZooKeeper scripts fail due to missing cygpath path conversion in a
> MINGW32 environment, such as when running from git bash (installed by default
> when installing Git for Windows).
> The fix is to add the line
> {quote}
> MINGW*) cygwin=true ;;
> {quote}
> near the bottom of the zkEnv.sh script, in the case statement that checks for
> a cygwin environment.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)