Re: Postgres jdbc build broken with plain ant since e7c2c93

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Postgres jdbc build broken with plain ant since e7c2c93
Date: 2014-03-25 12:11:51
Message-ID: CADK3HHLK+j6koiZVTa1qRddK+J6AfCJ5rstH2ZfhwK8wtjwtwA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Michael,

I added this enable travis-ci builds

The build is now ant -lib lib ...

I guess I need to update the README file

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On Mon, Mar 24, 2014 at 10:42 PM, Michael Paquier <michael(dot)paquier(at)gmail(dot)com
> wrote:

> 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
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paquier 2014-03-25 12:29:18 Re: Postgres jdbc build broken with plain ant since e7c2c93
Previous Message David Johnston 2014-03-25 07:13:43 Re: Prepared statement with function as argument: how to bind values?