Re: Build problems in Eclipse dev environment setup

2017-01-11 Thread Dhwani Katagade
, North Harbour, Portsmouth, Hants. PO6 3AU From: Dhwani Katagade To: Date: 08/01/2017 13:52 Subject:Re: Build problems in Eclipse dev environment setup Hi Ismael, Thanks for your response. I agree this is not a Kafka issue, its about gradle and its eclipse plugin. I was able to

Re: Build problems in Eclipse dev environment setup

2017-01-11 Thread Edoardo Comar
problems in Eclipse dev environment setup Hi Ismael, Thanks for your response. I agree this is not a Kafka issue, its about gradle and its eclipse plugin. I was able to resolve the compile errors in Eclipse by manually setting the Default output folder for core project to core/build/classes/main

Re: Build problems in Eclipse dev environment setup

2017-01-08 Thread Dhwani Katagade
Hi Ismael, Thanks for your response. I agree this is not a Kafka issue, its about gradle and its eclipse plugin. I was able to resolve the compile errors in Eclipse by manually setting the Default output folder for core project to core/build/classes/main. I understand Eclipse is not the popu

Re: Build problems in Eclipse dev environment setup

2017-01-07 Thread Ismael Juma
Hi Dhwani, This is more about Gradle and Eclipse than Kafka and many of us use IntelliJ IDEA so won't be able to help you. I can confirm that IntelliJ is able to import the project fine out of the box. Ismael On 3 Jan 2017 6:45 pm, "Dhwani Katagade" wrote: > Hi, > > I am trying to setup the ec

Re: Build problems in Eclipse dev environment setup

2017-01-06 Thread Dhwani Katagade
Hi, I was able to resolve the compile errors in Eclipse by manually setting the Default output folder for core project to core/build/classes/main. Looking further into this issue I see that the output folders for gradle and those for eclipse get configured differently. The output folders in