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

Jun Rao commented on KAFKA-913:
-------------------------------

Did you try this on the latest of the 0.8 branch? What OS did you run it on? 
When I ran it, it works and gives me the following. This is actually a required 
step. Otherwise, the scripts under bin won't work.

./sbt assembly-package-dependency 
[info] Loading project definition from 
/Users/jrao/intellij_workspace/kafka_git/project
[info] Set current project to Kafka (in build 
file:/Users/jrao/intellij_workspace/kafka_git/)
[info] Compiling 2 Scala sources to 
/Users/jrao/intellij_workspace/kafka_git/core/target/scala-2.8.0/classes...
[info] Including snappy-java-1.0.4.1.jar
[info] Including zookeeper-3.3.4.jar
[info] Including metrics-core-2.2.0.jar
[info] Including zkclient-0.2.jar
[info] Including metrics-annotation-2.2.0.jar
[info] Including log4j-1.2.15.jar
[info] Including scala-compiler.jar
[info] Including slf4j-api-1.7.2.jar
[info] Including slf4j-simple-1.6.4.jar
[info] Including jopt-simple-3.2.jar
[info] Including scala-library.jar
[warn] Merging 'META-INF/NOTICE' with strategy 'rename'
[warn] Merging 'org/xerial/snappy/native/README' with strategy 'rename'
[warn] Merging 'META-INF/maven/org.xerial.snappy/snappy-java/LICENSE' with 
strategy 'rename'
[warn] Merging 'LICENSE.txt' with strategy 'rename'
[warn] Merging 'META-INF/LICENSE' with strategy 'rename'
[warn] Merging 'META-INF/MANIFEST.MF' with strategy 'discard'
[warn] Strategy 'discard' was applied to a file
[warn] Strategy 'rename' was applied to 5 files
[success] Total time: 43 s, completed May 21, 2013 9:32:30 AM

                
> [Documentation] 0.8 Quickstart  mentions sbt assembly-package-dependency - 
> not needed
> -------------------------------------------------------------------------------------
>
>                 Key: KAFKA-913
>                 URL: https://issues.apache.org/jira/browse/KAFKA-913
>             Project: Kafka
>          Issue Type: Bug
>          Components: website
>    Affects Versions: 0.8
>         Environment: 0.8 Git Revision 731ba90
>            Reporter: Martin Eigenbrodt
>
> https://kafka.apache.org/08/quickstart.html says:
> > ./sbt update
> > ./sbt package
> > ./sbt assembly-package-dependency
> but  assembly-package-dependency fails and is actually not needed to run the 
> rest of the code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to