Compiling 7.1 JDBC driver

From: Jan Ploski <jpljpl(at)gmx(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Compiling 7.1 JDBC driver
Date: 2001-03-14 20:09:33
Message-ID: 5394851.984600573402.JavaMail.jpl@remotejava
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I just checked out 7.1 from CVS and am trying to compile the JDBC driver:

[javac] /home/jpl/pgsql/src/interfaces/jdbc/org/postgresql/Driver.java:199: ';' expected
[javac] return ${major};
[javac] ^

It looks like there are (CVS?) tags in the Java source code which should
be resolved to real version strings somehow. However, the README doesn't
mention this altogether. Can I replace those with correct substitutes
in some smart way instead of editing and "fixing" the driver's code manually?

Thanks -
JPL

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-03-14 20:09:54 Re: Case Insensitive CHECK CONSTRAINTs
Previous Message Jonas Lindholm 2001-03-14 20:07:35 Re: Re: Maximum size of one table