Compiling Postgres 7.2.3 - problem with JDBC - Mailing list pgsql-general

From Russell Aspinwall
Subject Compiling Postgres 7.2.3 - problem with JDBC
Date
Msg-id 3DC7CCBE.658E1C32@flomerics.co.uk
Whole thread Raw
Responses Re: Compiling Postgres 7.2.3 - problem with JDBC  (Neil Conway <neilc@samurai.com>)
List pgsql-general
Hi,

I having been trying to compile v7.2.3 with JDBC interface on Solaris
x86, unfortunately I get the following error messages. I am currently
using Java2 v1.4.1_02 and get the following errors.

-- driver:
[available] DEPRECATED - <available> used to override an existing
property.
[available]   Build file should not reuse the same property name for
different values.
[available] DEPRECATED - <available> used to override an existing
property.
[available]   Build file should not reuse the same property name for
different values.
[available] DEPRECATED - <available> used to override an existing
property.
[available]   Build file should not reuse the same property name for
different values.
     [echo] Configured build for the JDBC2 Enterprise edition driver

compile:
    [javac] Compiling 53 source files to
/tmp/postgresql-7.2.3/src/interfaces/jdbc/build
    [javac]
/tmp/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/xa/XAConnectionImpl.java:57:
cannot resolve symbol
    [javac] symbol  : class RollbackException
    [javac] location: package transaction
    [javac] import javax.transaction.RollbackException;

..... {contd]

Can anyone suggest how to get JDBC interface compiled.

TIA

Russell

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: executing delete in a case statement?
Next
From: Neil Conway
Date:
Subject: Re: Compiling Postgres 7.2.3 - problem with JDBC