Hi Jason,
I don't know if this will help you, but I'm pulling the source code of kafka
down to a local machine and calling:
./sbt update
/sbt -Dsbt.log.noformat=true publish-local
This will publish the generated pom's and jars to your local ~/.ivy2 directory.
Once you have that, you can publish
Hi Libo,
It works for me. I am on 0.8:
$ git --no-pager log --max-count=5 --pretty=oneline --decorate
e37a4644209de00f265a5361b31ca63cafc895e9 (HEAD) Trivial commit - warn on
consumer fetch request errors.
6e640e355632d97e322e462c2bbc379c05d407a4 kafka-880; NoLeaderPartitionSet should
be cleare
quot; to run successfully.
Alex Gray
-Original Message-
From: Gray, Alex [mailto:alex.g...@inin.com]
Sent: Monday, April 29, 2013 2:26 PM
To: users@kafka.apache.org
Subject: javadoc error when ./sbt publish-package
I'm getting an error when I execute "./sbt publish-package&
I'm getting an error when I execute "./sbt publish-package":
[error] javadoc: error - invalid flag: -Xlint:deprecation
I'm using jdk1.7.0_21.
Steps to Reproduce:
git clone https://git-wip-us.apache.org/repos/asf/kafka.git
cd kafka
git checkout -b 0.8 remotes/origin/0.8
./sbt publish-local
Am I d