Re: kFreeBSD failures
On 03/09/14 09:28, Thorsten Glaser wrote:
> On Tue, 2 Sep 2014, Daniel Pocock wrote:
>
>> The bug tracker has similar bug reports, it appears that some people
>> just don't support their package on kFreeBSD now.
> This is probably not about kFreeBSD but about using gcj as
> the javac. This affects, then, several more architectures.
>
>> Or should I just upload a patch that makes all the code compliant with 1.5 ?
> Hm, probably… or make gcj understand 1.6… ;-)
Well, I put
<source>1.6</source>
<target>1.6</target>
in the maven-compiler-plugin configuration
Looking at the gcj web site it seems to suggest they only support 1.4
and 1.5. Given that I explicitly requested a particular version it
would be nice if gcj had more clearly stated something like "You
requested source version 1.6 but I only support 1.5 at most"
Reply to: