Oh, well, maven doesn't think this possible: [INFO] Compilation failure Failure executing javac, but could not parse the error: javac: source release 1.6 requires target release 1.6
On Sun, Feb 7, 2010 at 10:00 PM, Benson Margulies <bimargul...@gmail.com> wrote: > OK, that's not what we have in the POM: > > <configuration> > <source>1.5</source> > <target>1.5</target> > </configuration> > > I guess I'll make a patch for that. > > On Sun, Feb 7, 2010 at 9:53 PM, Sean <sro...@gmail.com> wrote: >> Yes, runtime compatibility, not compile time. Compiler should treat >> the code as 1.6 and output 1.5 bytecode. >> >> On Mon, Feb 8, 2010 at 2:51 AM, Benson Margulies <bimargul...@gmail.com> >> wrote: >>> I thought we were trying for 1.5 compat after all. If we are, someone >>> (me) should fix all of these. If not, we should change the compiler >>> plugin in the POM to say 1.6. >>> >>> Eclipse treats this as a fatal compilation error if the setting is '1.5.'. >>> >> >