On Tue, 24 Apr 2007, Oliver Jowett wrote:
> We should probably be explicitly setting a source version to match the source
> we're giving to javac to catch exactly this sort of case, anyway.. It
> certainly can't hurt since we know that e.g. the 1.5 source isn't going to
> build if interpreted as 1.4.
>
I've applied the attached patch to 8.0 -> 8.3 dev which sets the source
level based on java.specification.version.
Kris Jurka