From: books at ejurka.com (Kris Jurka) Date: Thu, 11 Nov 2010 13:03:19 -0500 (EST) Subject: [Pljava-dev] build broken in CVS In-Reply-To: <458889.95614.qm@web35708.mail.mud.yahoo.com> References: <458889.95614.qm@web35708.mail.mud.yahoo.com> Message-ID: 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