Re: Fail to build examples with gradle on Kafka using JDK 8

2016-06-17 Thread Ismael Juma
Great! Ismael On Fri, Jun 17, 2016 at 2:26 AM, Philippe Derome wrote: > Thanks a lot for that. I must had done something wrong. > > I reinstalled gradle on OSX 10.11 using MacPorts, then recloned kafka and > then followed the normal steps and it worked just fine. > > On Thu, Jun 16, 2016 at 6:4

Re: Fail to build examples with gradle on Kafka using JDK 8

2016-06-16 Thread Philippe Derome
Thanks a lot for that. I must had done something wrong. I reinstalled gradle on OSX 10.11 using MacPorts, then recloned kafka and then followed the normal steps and it worked just fine. On Thu, Jun 16, 2016 at 6:49 PM, Ismael Juma wrote: > Hi Philippe, > > Building with Java 8 works for me. Can

Re: Fail to build examples with gradle on Kafka using JDK 8

2016-06-16 Thread Philippe Derome
I just did and it still fails. Should I use a --info --debug --stacktrace and provide output into JIRA? :core:compileJava UP-TO-DATE :core:compileScala UP-TO-DATE :core:processResources UP-TO-DATE :core:classes UP-TO-DATE :clients:compileTestJava UP-TO-DATE :clients:processTestResources UP-TO

Re: Fail to build examples with gradle on Kafka using JDK 8

2016-06-16 Thread Ismael Juma
Hi Philippe, Building with Java 8 works for me. Can you please try `./gradlew clean jarAll` instead? Ismael On Fri, Jun 17, 2016 at 12:23 AM, Philippe Derome wrote: > I will. > > thanks > On 16 Jun 2016 1:30 p.m., "Eno Thereska" wrote: > > > Hi Phil, > > > > Feel free to comment on that JIRA

Re: Fail to build examples with gradle on Kafka using JDK 8

2016-06-16 Thread Philippe Derome
I will. thanks On 16 Jun 2016 1:30 p.m., "Eno Thereska" wrote: > Hi Phil, > > Feel free to comment on that JIRA and re-open if necessary. > > Eno > > > > On 16 Jun 2016, at 17:02, Philippe Derome wrote: > > > > The issue had apparently existed and is apparently resolved, but so far > it > > doe

Re: Fail to build examples with gradle on Kafka using JDK 8

2016-06-16 Thread Eno Thereska
Hi Phil, Feel free to comment on that JIRA and re-open if necessary. Eno > On 16 Jun 2016, at 17:02, Philippe Derome wrote: > > The issue had apparently existed and is apparently resolved, but so far it > does not work for me: https://issues.apache.org/jira/browse/KAFKA-2203. > > I issue sam

Fail to build examples with gradle on Kafka using JDK 8

2016-06-16 Thread Philippe Derome
The issue had apparently existed and is apparently resolved, but so far it does not work for me: https://issues.apache.org/jira/browse/KAFKA-2203. I issue same command as Stevo Slavic with JDK 1.8.0_91: gradle clean jarAll java -version java version "*1.8.0_91*" Java(TM) SE Runtime Environment