[Pljava-dev] build broken in CVS

From: books at ejurka(dot)com (Kris Jurka)
To:
Subject: [Pljava-dev] build broken in CVS
Date: 2010-11-11 18:03:19
Message-ID: alpine.BSO.2.00.1011111258540.13093@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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.

Kris Jurka

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Johann 'Myrkraverk' Oskarsson 2010-11-11 20:08:42 [Pljava-dev] build broken in CVS
Previous Message Nathan Egge 2010-11-11 16:37:51 [Pljava-dev] build broken in CVS