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 <[email protected]> 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 >
