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 <[email protected]> wrote: > 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 variable aStop > [javac] aStop = aUpto + a.length; > [javac] ^ > [javac] > /Users/woody/asf/lucene-solr-trunk/lucene/suggest/src/java/org/apache/lucene/search/suggest/tst/TSTLookup.java:81: > error: cannot assign a value to final variable aStop > [javac] aStop = aUpto + b.length; > [javac] ^ > [javac] 2 errors > > Compiles under 1.8.0_74, gives this error for 1.8.0_25 > > > On 29 Feb 2016, at 21:38, Uwe Schindler wrote: > > 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 <[email protected]>: >> >> Just in case anybody else out there runs into this, I was having problems >> compiling master earlier using Java 1.8.0_25, due to the compiler not >> liking an immediate assignment to a final variable in TSTLookup.java. >> Upgrading to 1.8.0_74 made the problem go away. >> >> >> > -- > Uwe Schindler > H.-H.-Meier-Allee 63, 28213 Bremen > http://www.thetaphi.de > > > -- Regards, Varun Thacker
