Uwe and Robert,

Thanks a lot for the notice and also for the quick fix.  I've been working 
moving and renaming Kuromoji (LUCENE-3909) and I've tried to be extra careful 
when doing the merge, and I'm sorry I didn't catch this Java 5 issue.

On this note, is there a Java 5 SDK easily available that I can use on Mac OS X 
Lion -- or should I look to do this on Linux (in a VM)?

Many thanks,


Christian

On Mar 27, 2012, at 1:55 AM, Uwe Schindler wrote:

> Christian:
> 
> Could it be that you simply merged from trunk that did a svn copy. So you did 
> not really merge the changes in 3.x to new files, your commit did remove the 
> old files and replaced them by 3.x ones. @Override on interfaces is not 
> compatible to Java 5. You should maybe test-build with Java 5.
> 
> Yesterday I did something similar (I moved a file around in trunk) and wanted 
> to backport that change. This is very risky when doing by merge, as this 
> removes the old file and add the new one instead of renaming. What I did at 
> the end: I renamed the files in 3.x by hand and then did a no-op merge to 
> record merge properties.
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
> 
> 
>> -----Original Message-----
>> From: Apache Jenkins Server [mailto:jenk...@builds.apache.org]
>> Sent: Monday, March 26, 2012 6:52 PM
>> To: dev@lucene.apache.org
>> Subject: [JENKINS] Solr-3.x - Build # 642 - Failure
>> 
>> Build: https://builds.apache.org/job/Solr-3.x/642/
>> 
>> No tests ran.
>> 
>> Build Log (for compile errors):
>> [...truncated 7071 lines...]
>> jar-analyzers-common:
>> 
>> common.init:
>> 
>> compile-lucene-core:
>> 
>> jflex-uptodate-check:
>> 
>> jflex-notice:
>> 
>> javacc-uptodate-check:
>> 
>> javacc-notice:
>> 
>> init:
>> 
>> clover.setup:
>> 
>> clover.info:
>>     [echo]
>>     [echo]       Clover not found. Code coverage reports disabled.
>>     [echo]
>> 
>> clover:
>> 
>> common.compile-core:
>> 
>> compile-core:
>> 
>> init:
>> 
>> clover.setup:
>> 
>> clover.info:
>>     [echo]
>>     [echo]       Clover not found. Code coverage reports disabled.
>>     [echo]
>> 
>> clover:
>> 
>> common.compile-core:
>>    [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/build/contrib/analyzers/kuromoji/classes/java
>>    [javac] Compiling 26 source files to /usr/home/hudson/hudson-
>> slave/workspace/Solr-
>> 3.x/checkout/lucene/build/contrib/analyzers/kuromoji/classes/java
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/BinaryDictionary.java:153: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/BinaryDictionary.java:158: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/BinaryDictionary.java:163: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/BinaryDictionary.java:168: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/BinaryDictionary.java:186: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/BinaryDictionary.java:207: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/BinaryDictionary.java:212: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/BinaryDictionary.java:223: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/BinaryDictionary.java:228: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:82: method does not override a method
>> from its superclass
>>    [javac]       @Override
>>    [javac]        ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:197: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:202: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:207: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:212: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:217: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:222: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:227: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:232: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] /usr/home/hudson/hudson-slave/workspace/Solr-
>> 3.x/checkout/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/a
>> nalysis/ja/dict/UserDictionary.java:237: method does not override a method
>> from its superclass
>>    [javac]   @Override
>>    [javac]    ^
>>    [javac] 19 errors
>> [...truncated 22 lines...]
>> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to