Re: PostgreSQL JDBC new jar available

From: Stephen Nelson <stephen(at)eccostudio(dot)com>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PostgreSQL JDBC new jar available
Date: 2014-07-14 10:27:18
Message-ID: CAHpHs3=YeAj0CjyrYFmaSj33fGfTSeTcKG9VFds4pTmvB9yjxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, Jul 14, 2014 at 10:44 AM, Stephen Nelson <stephen(at)eccostudio(dot)com>
wrote:

> On Mon, Jul 14, 2014 at 10:28 AM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:
>
>>
>>
>> I'm a java moron, just a packager. Can you give me more details please?
>>
>> ant -lib lib jar publicapi
>>
>> did not work.
>>
>>
> It seems that the task to generate the javadoc documentation is failing.
> I'll have a look at that. In the meantime if you just need to package the
> jar run:
>
> ant -lib lib/ clean jar
>
> and it should create the jar.
>
>
>

PR created: https://github.com/pgjdbc/pgjdbc/pull/170

The publicapi task now works with this fix.

Cheers

Stephen

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Devrim Gündüz 2014-07-16 22:32:09 Re: PostgreSQL JDBC new jar available
Previous Message Stephen Nelson 2014-07-14 09:44:00 Re: PostgreSQL JDBC new jar available