Re: Kafka 0.8 Maven and IntelliJ

2013-08-13 Thread Florin Trofin
Does anybody on the Kafka team have any insight into this issue? I'm stuck, so any help is very much appreciated. Thanks! Florin On 8/7/13 12:07 AM, "Florin Trofin" wrote: >An update on this issue: I still can't build the 0.8 branch using Maven. >My automated build system uses Maven, so I need

Re: Kafka 0.8 Maven and IntelliJ

2013-08-07 Thread Florin Trofin
An update on this issue: I still can't build the 0.8 branch using Maven. My automated build system uses Maven, so I need to get this working. Here are my steps: - Get the latest version of 0.8: > git clone https://git-wip-us.apache.org/repos/asf/kafka.git kafka > cd kafka > git checkout -b 0.8

Re: Kafka 0.8 Maven and IntelliJ

2013-06-14 Thread Dragos Manolescu
I use 12.1.4 Ultimate on OS X. -Dragos On 6/13/13 9:07 PM, "Jun Rao" wrote: >Thanks. Which version of Intellij are you using? > >Jun > > >On Thu, Jun 13, 2013 at 10:20 AM, Dragos Manolescu < >dragos.manole...@servicenow.com> wrote: > >> Hmm, I've just pulled 0.8.0-beta1-candidate1, removed .ide

Re: Kafka 0.8 Maven and IntelliJ

2013-06-14 Thread Jeff Liu
My Idea 12.1.4 with sbt-idea plugin version works. On Fri, Jun 14, 2013 at 12:07 PM, Jun Rao wrote: > Thanks. Which version of Intellij are you using? > > Jun > > > On Thu, Jun 13, 2013 at 10:20 AM, Dragos Manolescu < > dragos.manole...@servicenow.com> wrote: > > > Hmm, I've just pulled 0.8.

Re: Kafka 0.8 Maven and IntelliJ

2013-06-13 Thread Jun Rao
Thanks. Which version of Intellij are you using? Jun On Thu, Jun 13, 2013 at 10:20 AM, Dragos Manolescu < dragos.manole...@servicenow.com> wrote: > Hmm, I've just pulled 0.8.0-beta1-candidate1, removed .idea* from my > top-level directory, executed gen-idea, and then opened and built the > proj

Re: Kafka 0.8 Maven and IntelliJ

2013-06-13 Thread Dragos Manolescu
Hmm, I've just pulled 0.8.0-beta1-candidate1, removed .idea* from my top-level directory, executed gen-idea, and then opened and built the project in IntelliJ w/o problems. I noticed that the build uses an old version of the sbt-idea plugin: addSbtPlugin("com.github.mpeltonen" % "sbt-idea

Re: Kafka 0.8 Maven and IntelliJ

2013-06-12 Thread Jun Rao
Dragos, After the sbt upgrade 3-4 months ago, some of us are struggling to get the Kafka code cleanly loaded to Intellij after doing "./sbt gen-idea". Were you able to do that successfully? Thanks, Jun On Wed, Jun 12, 2013 at 10:45 AM, Dragos Manolescu < dragos.manole...@servicenow.com> wrote:

Re: Kafka 0.8 Maven and IntelliJ

2013-06-12 Thread Florin Trofin
Thanks Dragos, I've been using that plugin before, that will work on a developer's machine when you try to build and debug the project but I also need this to work with my automated build system. That's why I need maven to work. I've made a bit more progress: > cd kafka > ./sbt make-pom > cd core

Re: Kafka 0.8 Maven and IntelliJ

2013-06-12 Thread Dragos Manolescu
For IntelliJ I've always used the gen-idea sbt plugin: https://github.com/mpeltonen/sbt-idea -Dragos On 6/11/13 10:41 PM, "Jason Rosenberg" wrote: >Try the one under core/targets? > > >On Tue, Jun 11, 2013 at 3:34 PM, Florin Trofin wrote: > >> I downloaded the latest 0.8 snapshot and I want t

Re: Kafka 0.8 Maven and IntelliJ

2013-06-11 Thread Jason Rosenberg
Try the one under core/targets? On Tue, Jun 11, 2013 at 3:34 PM, Florin Trofin wrote: > I downloaded the latest 0.8 snapshot and I want to build using Maven: > > ./sbt make-pom > > Generates a bunch of pom.xml files but when I try to open one of them in > IntelliJ they are not recognized. Do I

Kafka 0.8 Maven and IntelliJ

2013-06-11 Thread Florin Trofin
I downloaded the latest 0.8 snapshot and I want to build using Maven: ./sbt make-pom Generates a bunch of pom.xml files but when I try to open one of them in IntelliJ they are not recognized. Do I need to do any other step? Which pom do I need to open? Thanks! Florin