From: nathanegge at yahoo.com (Nathan Egge) Date: Thu, 11 Nov 2010 08:37:51 -0800 (PST) Subject: [Pljava-dev] build broken in CVS Message-ID: <458889.95614.qm@web35708.mail.mud.yahoo.com> 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? nathan at neso ~/cvs/org.postgresql.pljava $ makemake[1]: Entering directory `/home/nathan/cvs/org.postgresql.pljava/build/classes/pljava'javac -source 1.4 -target 1.4 -d . /home/nathan/cvs/org.postgresql.pljava/src/java/pljava/org/postgresql/pljava/jdbc/SPIStatement.java:422: generics are not supported in -source 1.4(use -source 5 or higher to enable generics)?? ? ? ?public boolean isWrapperFor(Class iface)?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^/home/nathan/cvs/org.postgresql.pljava/src/java/pljava/org/postgresql/pljava/jdbc/SPIConnection.java:943: generics are not supported in -source 1.4(use -source 5 or higher to enable generics)?? ? ? ?public boolean isWrapperFor(Class iface)?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^/home/nathan/cvs/org.postgresql.pljava/src/java/pljava/org/postgresql/pljava/jdbc/AbstractResultSet.java:690: generics are not supported in -source 1.4(use -source 5 or higher to enable generics)?? ? ? ?public boolean isWrapperFor(Class iface)?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^3 errorsmake[1]: *** [.timestamp] Error 1make[1]: Leaving directory `/home/nathan/cvs/org.postgresql.pljava/build/classes/pljava'make: *** [pljava_all] Error 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: