[ https://issues.apache.org/jira/browse/KAFKA-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashwanth Fernando updated KAFKA-885: ------------------------------------ Labels: patch (was: ) Status: Patch Available (was: Open) >From e1a6004b1f5f346d093bacef8e99ba43dca64985 Mon Sep 17 00:00:00 2001 From: Ashwanth Fernando <aferna...@walmart.com> Date: Thu, 9 May 2013 01:53:31 -0700 Subject: [PATCH] KAFKA-885 --- build.sbt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 build.sbt diff --git a/build.sbt b/build.sbt new file mode 100644 index 0000000..4f6b8b4 --- /dev/null +++ b/build.sbt @@ -0,0 +1,5 @@ +import sbt._ +import Keys._ + +name := "root" + -- 1.7.5.4 > sbt package builds two kafka jars > --------------------------------- > > Key: KAFKA-885 > URL: https://issues.apache.org/jira/browse/KAFKA-885 > Project: Kafka > Issue Type: Improvement > Components: packaging > Affects Versions: 0.8 > Reporter: Jun Rao > Priority: Blocker > Labels: patch > > After recent changes to sbt, ./sbt package now builds two kafka jars. One > under > ./target/scala-2.8.0/kafka_2.8.0-0.8.0-SNAPSHOT.jar > and another under > ./core/target/scala-2.8.0/kafka_2.8.0-0.8.0-SNAPSHOT.jar > The former seems incorrect. -- 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