On Wed, Feb 29, 2012 at 2:34 PM, Glenn Adams <gl...@skynav.com> wrote:

>
>
> On Wed, Feb 29, 2012 at 2:18 PM, Vincent Hennebert 
> <vhenneb...@gmail.com>wrote:
>
>> Glenn,
>>
>> This commit introduces Java 1.6 constructs, however we are still
>> supporting Java 1.5 as the minimum version. Switching to Java 1.6 is
>> a significant decision that must be made by the project following
>> a vote. Please, either modify the code to make it 1.5-compliant, or
>> launch a discussion now about switching to 1.6. I’m personally OK with
>> it but I can’t speak for the whole project.
>>
>
> I wasn't aware of specifically using any 1.6 constructs. I am building
> with
>
> javac.source = 1.5
> javac.target = 1.5
>
> so  should be producing 1.5 compliant byte code. Could you tell me which
> constructs are causing a problem?
>

btw, i notice that the nightly gump builds are working, which means it at
least compiles and limited testing works; is a wider junit target (than run
by the nightly build) failing on your 1.5 platform? could you send a stack
trace?

Reply via email to