Re: Can't build postgresql-jdbc-8.2-505 on Fedora 7

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-jdbc(at)postgreSQL(dot)org
Subject: Re: Can't build postgresql-jdbc-8.2-505 on Fedora 7
Date: 2007-04-24 00:39:33
Message-ID: 462D51C5.6080408@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Tom Lane wrote:
> Oliver Jowett <oliver(at)opencloud(dot)com> writes:
>> You could try adding 'source="1.5"' as an attribute of the <javac> task.
>
> I'll give that a shot tomorrow; thanks to you and Dave for the suggestion.

We should probably be explicitly setting a source version to match the
source we're giving to javac to catch exactly this sort of case,
anyway.. It certainly can't hurt since we know that e.g. the 1.5 source
isn't going to build if interpreted as 1.4.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paesold 2007-04-24 10:32:46 Re: JDBC feature request: auto savepoint per command
Previous Message Oliver Jowett 2007-04-24 00:37:34 Re: JDBC feature request: auto savepoint per command