You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Doron Cohen <cd...@gmail.com> on 2011/11/28 09:19:43 UTC

Re: svn commit: r1206916 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/backwards/src/ lucene/backwards/src/test-framework/ lucene/backwards/src/test/ solr/ solr/core/src/java/org/apache/solr/analysis/ solr/core/src/java/org/apache/solr/schem

I was trying to figure out the cause for these failures - it is somewhat
buried in the log file because of all the deprecation warnings and because
for the actual failure cause javac does not say "ERROR" (it does say
"WARNING" for the warnings...) and by the time I found it you already
committed the fix.

Doron

On Mon, Nov 28, 2011 at 9:51 AM, Uwe Schindler <uw...@thetaphi.de> wrote:

> Hi Erick,
>
> I had to fix the Java 5 errors in the 3x branch commit:
> In Java 5 interfaces do not support @Override (which is in my opinion
> correct and is horrible that it was introduced in Java 6: @Override on
> interfaces is wrong, as nothing is overridden), but for stupidity JDK6's
> compiler has a well-known bug and does not detect this syntax violation
> with -source 1.5).
>
> I recommend having a JDK5 installed to do the final test run before
> committing.
>
> Uwe
>