Re: Failed to build Kafka using IntelliJ

2014-05-16 Thread Sheng Wang
Tim, Changing the scala version to 2.9.2 in gradle.properities solved the problem. Thanks a lot for the help! Regards, Sheng On Wed, May 14, 2014 at 11:43 PM, Timothy Chen wrote: > It seems like that you generated your idea files you were on a > different scala version than what you configur

Failed to build Kafka using IntelliJ

2014-05-15 Thread Sheng Wang
Hi, I am trying to use IntelliJ to build Kafka. I use java 1.7.0_55-b13 on Mac OS X Mavericks. The "gradlew jar" commands etc. worked fine. However, I cannot use IntelliJ to build the project. I got some errors when I used IntelliJ 13.1 to build the project. Could anyone tell how I can solve thi

Re: Failed to build Kafka using IntelliJ

2014-05-15 Thread Timothy Chen
It seems like that you generated your idea files you were on a different scala version than what you configured it to be. Can you try to set your scala version to 2.9.2 in your gradle.properties, and do a ./gradlew clean idea, and try again? Tim On Tue, May 13, 2014 at 11:26 PM, Sheng Wang wro