Re: Build Issue with Gradle

2016-08-23 Thread Sankar Narayanan
Hi, Thanks a lot! am able to build and import the projects in Eclipse now. Thanks, On Tue, Aug 23, 2016 at 5:51 PM, Sankar Narayanan wrote: > Hi, > > I got your response as below. > > "Hi Sankar, > > It looks like Kafka's build scripts are not compatible with Gradle > 3.0. I'd suggest using t

Re: Build Issue with Gradle

2016-08-23 Thread Ismael Juma
Hi Sankar, The following PR fixes the issue: https://github.com/apache/kafka/pull/1774 Ismael On Mon, Aug 22, 2016 at 10:00 AM, Sankar Narayanan < meetshankarh...@gmail.com> wrote: > Hi, > > I am facing the below issue while trying to build kafka using gradle. can > you please help? > > inst

RE: Build Issue with Gradle

2016-08-23 Thread Martin Gainty
g 2016 06:36:09 -0600 > Subject: Re: Build Issue with Gradle > To: users@kafka.apache.org > > Oh, that's interesting. It looks like the Gradle Wrapper's jar file > was intentionally removed from the kafka source tree > (https://issues.apache.org/jira/browse/KAFKA-2098),

Re: Build Issue with Gradle

2016-08-23 Thread Mathieu Fenniak
Oh, that's interesting. It looks like the Gradle Wrapper's jar file was intentionally removed from the kafka source tree (https://issues.apache.org/jira/browse/KAFKA-2098), which would cause this error. The README file in the repo says to run "gradle" first, which will install the wrapper binary,

Re: Build Issue with Gradle

2016-08-23 Thread Sankar Narayanan
Hi, I got your response as below. "Hi Sankar, It looks like Kafka's build scripts are not compatible with Gradle 3.0. I'd suggest using the gradle wrapper (./gradlew) included in the Kafka repo, which will automatically install Gradle 2.13 which is compatible with the build scripts. Mathieu",

Re: Build Issue with Gradle

2016-08-22 Thread Mathieu Fenniak
Hi Sankar, It looks like Kafka's build scripts are not compatible with Gradle 3.0. I'd suggest using the gradle wrapper (./gradlew) included in the Kafka repo, which will automatically install Gradle 2.13 which is compatible with the build scripts. Mathieu On Mon, Aug 22, 2016 at 3:00 AM, Sank

Build Issue with Gradle

2016-08-22 Thread Sankar Narayanan
Hi, I am facing the below issue while trying to build kafka using gradle. can you please help? installed grade 3.0 and then git clone kafka from apache site. Then I ran gradle under kafka folder. But I got the error "No such property: useAnt for class: org.gradle.api.tasks.scala.ScalaCompileOpt