[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709137#action_12709137
 ] 

Todd Lipcon commented on ZOOKEEPER-395:
---------------------------------------

bq. Both the server script and the test script (zkServer.sh and run_tests.sh in 
zkpython/src/test) need their executable bits set which is not preserved by 
this patch. Until they are chmodded, ant will not be able to run the tests 
correctly. 

Can you add a chmod task to the build.xml? Something like the following:

{code:xml}
<target name="chmod-shell-scripts">
  <chmod perm="ugo+x" file="path/to/zkServer.sh" />
  <chmod perm="ugo+x" file="path/to/run_tests.sh" />
</target>
{code}

and then make the test target depend on it?


> Python bindings
> ---------------
>
>                 Key: ZOOKEEPER-395
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-395
>             Project: Zookeeper
>          Issue Type: New Feature
>    Affects Versions: 3.2.0
>            Reporter: Henry Robinson
>            Assignee: Henry Robinson
>         Attachments: ZOOKEEPER-395.patch, ZOOKEEPER-395.patch, 
> ZOOKEEPER-395.patch
>
>
> ZooKeeper doesn't have Python bindings. Having them would be useful, and 
> would complement the extant Perl bindings. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to