Re: PostgreSQL JDBC new jar available

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Dave Cramer <davecramer(at)gmail(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PostgreSQL JDBC new jar available
Date: 2014-07-14 09:15:01
Message-ID: 1405329301.2990.6.camel@asus-laptop-03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Hi,

On Tue, 2014-07-08 at 18:18 -0400, Dave Cramer wrote:

> jars can be downloaded from
>
> http://jdbc.postgresql.org/download/postgresql-9.3-1102.jdbc3.jar
> http://jdbc.postgresql.org/download/postgresql-9.3-1102.jdbc4.jar
> http://jdbc.postgresql.org/download/postgresql-9.3-1102.jdbc41.jar
> http://jdbc.postgresql.org/download/postgresql-jdbc-9.3-1102.src.tar.gz
>
> Please test if you have time

I am getting the following while building 1102 on Fedora 20. I used to
build 1101 with the same parameters. Is this a package error, or?

+ cd postgresql-jdbc-9.3-1102.src/
+ export CLASSPATH=
+ CLASSPATH=
+ ant jar publicapi
Buildfile: /home/devrim/Documents/postgresqlrpms.org/svn/repo/rpm/redhat/9.3/postgresql-jdbc/F-20/postgresql-jdbc-9.3-1102.src/build.xml

BUILD FAILED
/home/devrim/Documents/postgresqlrpms.org/svn/repo/rpm/redhat/9.3/postgresql-jdbc/F-20/postgresql-jdbc-9.3-1102.src/build.xml:109: Problem: failed to create task or type antlib:org.apache.maven.artifact.ant:dependencies
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
No types or tasks have been defined in this namespace yet

This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
-/usr/share/ant/lib
-/home/devrim/.ant/lib
-a directory added on the command line with the -lib argument

Total time: 0 seconds
error: Bad exit status from /var/tmp/rpm-tmp.6Q6Xyq (%build)

--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2014-07-14 09:21:13 Re: PostgreSQL JDBC new jar available
Previous Message Craig Ringer 2014-07-14 03:47:10 Re: [JDBC] Setting PG-version without recompiling