Re: build error with development branch...

2016-06-02 Thread Anilkumar Gingade
Devs, Thanks for the help and pointers... -Anil. On Thu, Jun 2, 2016 at 2:49 PM, Udo Kohlmeyer wrote: > Maybe try 1.8.0_92... I know it works > > > On 3/06/2016 7:47 am, Dan Smith wrote: > >> Hmm, does that -ea mean it's an early access build? I would recommend >> running with a later version

Re: build error with development branch...

2016-06-02 Thread Udo Kohlmeyer
Maybe try 1.8.0_92... I know it works On 3/06/2016 7:47 am, Dan Smith wrote: Hmm, does that -ea mean it's an early access build? I would recommend running with a later version of java 8. -Dan On Thu, Jun 2, 2016 at 2:41 PM, Anilkumar Gingade wrote: If gradle is using the java installed/set

Re: build error with development branch...

2016-06-02 Thread Dan Smith
Hmm, does that -ea mean it's an early access build? I would recommend running with a later version of java 8. -Dan On Thu, Jun 2, 2016 at 2:41 PM, Anilkumar Gingade wrote: > If gradle is using the java installed/set in my environment, then it is: > > java version "1.8.0_20-ea" > Java(TM) SE Run

Re: build error with development branch...

2016-06-02 Thread Anilkumar Gingade
If gradle is using the java installed/set in my environment, then it is: java version "1.8.0_20-ea" Java(TM) SE Runtime Environment (build 1.8.0_20-ea-b05) Java HotSpot(TM) 64-Bit Server VM (build 25.20-b05, mixed mode) I could not see any build output that printed java version it used (nice to h

Re: build error with development branch...

2016-06-02 Thread Dan Smith
Develop builds for me. And travis seems happy - https://travis-ci.org/apache/incubator-geode But this is actually pretty weird. In Intellij at least, it thinks that lambda maps to a SerializableCallable even though it doesn't return a value. I think maybe that's due to the while(true) part. If I c

Re: build error with development branch...

2016-06-02 Thread Jinmei Liao
Hmmm, never see that before. which version of java are you using? On Thu, Jun 2, 2016 at 1:58 PM, Anilkumar Gingade wrote: > Hi Devs, > > Anyone seeing this issue: > > > :geode-core:compileTestJava/export/india1/users/agingade/src/gemfire/open/geode-core/src/test/java/com/gemstone/gemfire/manage

Re: build error with development branch...

2016-06-02 Thread Udo Kohlmeyer
I think that you getting this because vm1.invokeAsync(... seems to need to return something but it does not. Maybe remove the 'AsynInvocation vm1Invoke =' part... As it serves no purpose here. --Udo On 3/06/2016 6:58 am, Anilkumar Gingade wrote: Hi Devs, Anyone seeing this issue: :geode-c

build error with development branch...

2016-06-02 Thread Anilkumar Gingade
Hi Devs, Anyone seeing this issue: :geode-core:compileTestJava/export/india1/users/agingade/src/gemfire/open/geode-core/src/test/java/com/gemstone/gemfire/management/internal/security/MultiUserDUnitTest.java:62: error: reference to invokeAsync is ambiguous AsyncInvocation vm1Invoke = vm1.inv