RE: Master branch and java version

2016-03-01 Thread Uwe Schindler
ay, March 01, 2016 7:17 PM To: dev@lucene.apache.org Subject: Re: Master branch and java version Yup, that fixes it. Thanks Uwe! Although perhaps we should be forcing everybody to upgrade to a non-buggy JVM anyway :-) On 1 Mar 2016, at 17:38, Uwe Schindler wrote: Hi, I c

Re: Master branch and java version

2016-03-01 Thread Alan Woodward
om] > Sent: Tuesday, March 01, 2016 5:48 PM > To: dev@lucene.apache.org > Subject: Re: Master branch and java version > > And ditto, thanks Alan. I hit this issue myself yesterday morning and had > just finished working through upgrading my JDK and getting master compiling >

RE: Master branch and java version

2016-03-01 Thread Uwe Schindler
eMail: u...@thetaphi.de From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Tuesday, March 01, 2016 5:48 PM To: dev@lucene.apache.org Subject: Re: Master branch and java version And ditto, thanks Alan. I hit this issue myself yesterday morning and had just finished working t

Re: Master branch and java version

2016-03-01 Thread Erik Hatcher
And ditto, thanks Alan. I hit this issue myself yesterday morning and had just finished working through upgrading my JDK and getting master compiling again when I saw your message. — Erik Hatcher, Senior Solutions Architect http://www.lucidworks.com > On Mar 1,

Re: Master branch and java version

2016-03-01 Thread david.w.smi...@gmail.com
Me too; minutes after your notice Alan. Thanks for the FYI. On Tue, Mar 1, 2016 at 5:18 AM Varun Thacker wrote: > I also ran into the same problem. I was using 1.8.0_31 . Upgrading worked > though. > > On Tue, Mar 1, 2016 at 3:19 AM, Alan Woodward wrote: > >> common.compile-core: >> [javac

Re: Master branch and java version

2016-03-01 Thread Varun Thacker
I also ran into the same problem. I was using 1.8.0_31 . Upgrading worked though. On Tue, Mar 1, 2016 at 3:19 AM, Alan Woodward wrote: > common.compile-core: > [javac] Compiling 1 source file to > /Users/woody/asf/lucene-solr-trunk/lucene/build/suggest/classes/java > [javac] > /Users/woo

Re: Master branch and java version

2016-03-01 Thread Alan Woodward
Yes, I vaguely remember seeing something about it before - mainly I just wanted to put something on the list in case anybody else got weird compiler errors from code that was happily passing Jenkins tests! Thanks for double-checking, anyway. Alan Woodward www.flax.co.uk On 29 Feb 2016, at 22

Re: Master branch and java version

2016-02-29 Thread Uwe Schindler
The code is right. It's a compiler bug. I thinks it is the one we found back at that time, too. Uwe Am 29. Februar 2016 22:57:26 MEZ, schrieb Uwe Schindler : >Oh sorry' I touched that code! I'll check. > >Uwe > >Am 29. Februar 2016 22:56:10 MEZ, schrieb Uwe Schindler >: >>Thanks. This is not the

Re: Master branch and java version

2016-02-29 Thread Uwe Schindler
Oh sorry' I touched that code! I'll check. Uwe Am 29. Februar 2016 22:56:10 MEZ, schrieb Uwe Schindler : >Thanks. This is not there code I was working on! But I remember that >there was a javac bug introduced in update 20. Maybe it is that one. > >I assume the code is alright and compiler is wron

Re: Master branch and java version

2016-02-29 Thread Uwe Schindler
Thanks. This is not there code I was working on! But I remember that there was a javac bug introduced in update 20. Maybe it is that one. I assume the code is alright and compiler is wrong. Uwe Am 29. Februar 2016 22:49:52 MEZ, schrieb Alan Woodward : >common.compile-core: >[javac] Compiling 1

Re: Master branch and java version

2016-02-29 Thread Alan Woodward
common.compile-core: [javac] Compiling 1 source file to /Users/woody/asf/lucene-solr-trunk/lucene/build/suggest/classes/java [javac] /Users/woody/asf/lucene-solr-trunk/lucene/suggest/src/java/org/apache/lucene/search/suggest/tst/TSTLookup.java:79: error: cannot assign a value to final va

Re: Master branch and java version

2016-02-29 Thread Uwe Schindler
Can you post the error? I touched that code yesterday. Maybe I broke that. It would still be good to fix this. Uwe Am 29. Februar 2016 21:08:50 MEZ, schrieb Alan Woodward : >Just in case anybody else out there runs into this, I was having >problems compiling master earlier using Java 1.8.0_25, d