I have tried to build trunk and 0.8 branch today for the first time but
failed:
1. When using sbt clean package there are some minor warnings but it
completes, however trying to run the server from packaged bin it exits with
class kafka.Kafka not found.
2. When trying to use scala maven plugin,
Ok resolved:
1. the scripts in bin refer to target scala_2.8.0 even when building 2.9.2
target
2. sbt make-pom generates few conflicting dependencies including zkclient
On Feb 17, 2013 8:32 PM, "Michal Haris" wrote:
> I have tried to build trunk and 0.8 branch today for the first time but
> fai
for #1 we should come up with some way for folks to deal with that as more
will once released trying to build on 2.9.2 and have to work around
maybe have the sbt build write something to a place the bin bash scripts
can look at to concatenate the path with?
I will create a JIRA ticket
On Sun, Fe
Joe Stein created KAFKA-760:
---
Summary: building a version other than 2.8.0 with package breaks
scripts when running them
Key: KAFKA-760
URL: https://issues.apache.org/jira/browse/KAFKA-760
Project: Kafka