[Pljava-dev] build broken in CVS

From: johann at myrkraverk(dot)com (Johann 'Myrkraverk' Oskarsson)
To:
Subject: [Pljava-dev] build broken in CVS
Date: 2010-11-11 20:08:42
Message-ID: AANLkTimswADK_-ZOU0P+G92eFD3QY7a+rJMCWswZx6Dq@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On Thu, Nov 11, 2010 at 6:03 PM, Kris Jurka <books at ejurka.com> wrote:
>
>
> On Thu, 11 Nov 2010, Nathan Egge wrote:
>
>> Is it just me, or is the build broken in CVS? ?I don't know why the
>> -source
>> and -target are set to 1.4 when we were moving everything to 1.6 and
>> JDBC4.
>> ?Is there some configuration I need to fix to get this building?
>
> CVS is pretty busted at the moment. ?You can edit src/java/Makefile.global
> to get rid of the -source and -target options, but it still won't build.
> Apparently the approach taken to getting pljava to JDBC4 has been to fix a
> file at a time. ?This is a poor approach because the time between the first
> file change and the last one means that it can't be built with either a new
> or old JDK. ?This switch really needs to happen in a single commit, not over
> the course of many. ?I'll let Johann comment, but perhaps it would be best
> to revert until full support is available.

Yes, that's my fault. I wasn't thinking, sorry about that. It's
probably simplest to revert all files that don't compile with Java 1.4
and 1.5. IIRC they are not that many.

If no one has stepped up and done that, I'll try and take a look later
this evening.

Johann

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Johann 'Myrkraverk' Oskarsson 2010-11-12 01:35:05 [Pljava-dev] build broken in CVS
Previous Message Kris Jurka 2010-11-11 18:03:19 [Pljava-dev] build broken in CVS