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

Patrick Hunt commented on ZOOKEEPER-1190:
-----------------------------------------

The original intent was to have those scripts for developers and for users of 
the tar archive, that's why they are in bin. Using them used for other things, 
like packaging, is fine, but now things are a bit confused. For example the 
docs say bin/zkServer.sh, not sbin. It's nice that the original docs and file 
locations matched regardless of checking out the source or using the release 
tarball. Really bin vs sbin vs libexec is a packaging specific detail (one that 
may be different depending on the packaging type), one I would not like to 
enforce on the release artifact. Also, we really need to fix how releases are 
packaged (I've done this as part of the maven changes). We currently have a 
single tar release archive which contains both the source and the generated 
binaries. Really we should have a source artifact and separate binary artifacts 
(for example the way avro does things), where the binary artifacts could be 
tar/jars/rpm/deb/etc..
                
> ant package is not including many of the bin scripts in the package 
> (zkServer.sh for example)
> ---------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1190
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1190
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.4.0, 3.5.0
>            Reporter: Patrick Hunt
>            Assignee: Eric Yang
>            Priority: Blocker
>             Fix For: 3.4.0, 3.5.0
>
>
> run "ant package" and look in the build/zookeeper-<version>/bin directory. 
> many of the bin scripts are missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to