On Sun, Dec 16, 2012 at 12:13 PM, Pedro Giffuni <p...@apache.org> wrote: > > > > > ----- Original Message ----- >> From: Ariel Constenla-Haile > >> >> Hi Lucas, >> >> On Sun, Dec 16, 2012 at 01:52:49PM -0600, Lucas Burson wrote: >>> Hi, >>> > ... > >>> It fails. I get a bunch of compiler errors about abstract methods not >>> being overridden: >>> " >>> [javac] >> /home/ljdelight/aoo/trunk/main/hsqldb/unxlngx6.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcStatement.java:127: >>> error: jdbcStatement is not abstract and does not override abstract >>> method isCloseOnCompletion() in Statement >>> [javac] public class jdbcStatement implements Statement { >>> [javac] ^ >> >> This method was added on Java 7, see >> http://docs.oracle.com/javase/7/docs/api/java/sql/Statement.html#isCloseOnCompletion%28%29 >> > > There is a patch in debian that adds some stubs for this. The real solution > is updating hsqldb > though. > > On the subject of Java 7, someone should look at > https://issues.apache.org/ooo/show_bug.cgi?id=121098 > > > The fix is rather trivial. > > Pedro.
Pedro -- I took a look at this issues. Would this allow us to build with java 7? I'm wondering about this because our buildbots are configured with java 6 and I *really* think we should go onto 7 if at all possible. -- ---------------------------------------------------------------------------------------- MzK "No act of kindness, no matter how small, is ever wasted." -- Aesop