Re: Intellij setup for Kafka 0.7.x

2014-09-04 Thread Jim Plush
These are my rough notes on building 0.8.1 building 0.8.1 https://cwiki.apache.org/confluence/display/KAFKA/Developer+Setup git clone https://github.com/apache/kafka.git cd kafka git checkout --track -b 0.8.1 origin/0.8.1 vim gradle.properties change to: scalaVersion=2.10.1 ./gradlew idea Open

Re: Intellij setup for Kafka 0.7.x

2014-09-04 Thread Jun Rao
0.7.2 is quite old. The most recent 0.8.1.1 release has better ide support through gradle. Thanks, Jun On Tue, Sep 2, 2014 at 8:53 AM, Hemanth Yamijala wrote: > To give some more details: > > * I used the src tarball of Kafka 0.7.2. > * Ran sbt idea. This generated a bunch of *.iml files unde

Re: Intellij setup for Kafka 0.7.x

2014-09-02 Thread Hemanth Yamijala
To give some more details: * I used the src tarball of Kafka 0.7.2. * Ran sbt idea. This generated a bunch of *.iml files under various folders of Kafka. * I tried to open the project by pointing to the Kafka project directory. This opened an "Import Project from SBT project" dialog, and when I se

Intellij setup for Kafka 0.7.x

2014-09-02 Thread Hemanth Yamijala
Hi, I am trying to setup Kafka 0.7.2 project in Intellij Idea 13 CE. The wiki instructions for developers seems to be pointing to trunk. Since the place I'm working for is using the older version, I was thinking of setting that version up in Intellij. Are there instructions on how to do that ? T