Postgres jdbc build broken with plain ant since e7c2c93

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-jdbc(at)postgresql(dot)org>
Subject: Postgres jdbc build broken with plain ant since e7c2c93
Date: 2014-03-25 02:42:54
Message-ID: CAB7nPqSsUZvuA5Si9a4BNg78uEJ7R8LnZTKRsZW117ecBxi7bw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi all,

Build of jdbc is broken since commit e7c2c93 of yesterday when trying
to run it with a simple ant. Here is the failure happening:
$ ant
Buildfile: /home/mpaquier/git/pgjdbc/build.xml

BUILD FAILED
/home/mpaquier/git/pgjdbc/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/apache-ant/lib
-/home/mpaquier/.ant/lib
-a directory added on the command line with the -lib argument

Total time: 0 seconds

Reproduced with both ant 1.7.1 and 1.9.3.
Am I missing something like an entry in CLASSPATH? This was not
necessary up to now.
Regards,
--
Michael

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sivakumar 2014-03-25 06:13:27 Re: Prepared statement with function as argument: how to bind values?
Previous Message Daryl Foster 2014-03-14 16:58:55 Re: Cannot insert to 'path' field using EclipseLink