Обсуждение: PostgreSQL JDBC new jar available

Поиск
Список
Период
Сортировка

PostgreSQL JDBC new jar available

От
Dave Cramer
Дата:

Re: PostgreSQL JDBC new jar available

От
Dave Cramer
Дата:
I've updated the changelog. Please review. If I've missed your contribution please let me know

Thanks,

Dave

Re: PostgreSQL JDBC new jar available

От
Gavin Flower
Дата:
Hi Dave,

http://jdbc.postgresql.org/download.html
There used to be a side bar with links, including one for the release notes.

Where do I find the release notes now?
(Perhaps I'm simply being blind!)


Cheers,
Gavin

On 11/07/14 09:56, Dave Cramer wrote:
I've updated the changelog. Please review. If I've missed your contribution please let me know

Thanks,

Dave

Re: PostgreSQL JDBC new jar available

От
Dave Cramer
Дата:

There are notes look in the documentation tab

On 2014-07-10 6:56 PM, "Gavin Flower" <GavinFlower@archidevsys.co.nz> wrote:
Hi Dave,

http://jdbc.postgresql.org/download.html
There used to be a side bar with links, including one for the release notes.

Where do I find the release notes now?
(Perhaps I'm simply being blind!)


Cheers,
Gavin

On 11/07/14 09:56, Dave Cramer wrote:
I've updated the changelog. Please review. If I've missed your contribution please let me know

Thanks,

Dave

Re: PostgreSQL JDBC new jar available

От
Devrim Gündüz
Дата:
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


Вложения

Re: PostgreSQL JDBC new jar available

От
Dave Cramer
Дата:
Devrim,

The build has changed slightly to allow building on Travis-CI

you have to use ant -lib lib .... to build now



Dave Cramer


On 14 July 2014 05:15, Devrim Gündüz <devrim@gunduz.org> wrote:

Hi,
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


Re: PostgreSQL JDBC new jar available

От
Devrim Gündüz
Дата:
Hi,

On Mon, 2014-07-14 at 05:21 -0400, Dave Cramer wrote:
> The build has changed slightly to allow building on Travis-CI
>
> you have to use ant -lib lib .... to build now

I'm a java moron, just a packager. Can you give me more details please?

ant -lib lib jar publicapi

did not work.

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


Вложения

Re: PostgreSQL JDBC new jar available

От
Stephen Nelson
Дата:
On Mon, Jul 14, 2014 at 10:28 AM, Devrim Gündüz <devrim@gunduz.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.

 

Re: PostgreSQL JDBC new jar available

От
Stephen Nelson
Дата:
On Mon, Jul 14, 2014 at 10:44 AM, Stephen Nelson <stephen@eccostudio.com> wrote:
On Mon, Jul 14, 2014 at 10:28 AM, Devrim Gündüz <devrim@gunduz.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.

 


The publicapi task now works with this fix.

Cheers

Stephen

Re: PostgreSQL JDBC new jar available

От
Devrim Gündüz
Дата:
Hi,

On Mon, 2014-07-14 at 11:27 +0100, Stephen Nelson wrote:
> PR created: https://github.com/pgjdbc/pgjdbc/pull/170
>
> The publicapi task now works with this fix.

Patch did not solve my problem on my Fedora 20 box.

Regards,

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


Вложения

Re: PostgreSQL JDBC new jar available

От
Christophe Canovas
Дата:
Hello Devrim,

It seems to have a bad lib/maven-ant-tasks-2.1.3.jar file !

Download a good file version (about 1.3Mo), and try :
ant -lib lib/ publicapi

Its ok for me ...

Best Regards,
Christophe

----- Mail original -----
De: "Devrim Gündüz" <devrim@gunduz.org>
À: "Stephen Nelson" <stephen@eccostudio.com>
Cc: "List" <pgsql-jdbc@postgresql.org>
Envoyé: Jeudi 17 Juillet 2014 00:32:09
Objet: Re: [JDBC] PostgreSQL JDBC new jar available


Hi,

On Mon, 2014-07-14 at 11:27 +0100, Stephen Nelson wrote:
> PR created: https://github.com/pgjdbc/pgjdbc/pull/170
>
> The publicapi task now works with this fix.

Patch did not solve my problem on my Fedora 20 box.

Regards,

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



Re: PostgreSQL JDBC new jar available

От
Devrim Gündüz
Дата:
Hi,

On Thu, 2014-07-17 at 07:17 +0200, Christophe Canovas wrote:
> It seems to have a bad lib/maven-ant-tasks-2.1.3.jar file !
>
> Download a good file version (about 1.3Mo), and try :
> ant -lib lib/ publicapi

I have 2.1.3 already...

Actually, build.xml fails just in here:

  <artifact:dependencies pathId="dependency.classpath" useScope="test">
    <dependency groupId="junit" artifactId="junit" version="3.8.2"
scope="test"/>
  </artifact:dependencies>

What package satisfies this? I installed junit, junit4 and junit44, but
neither of them worked. I may be misinterpreting the message, though:

BUILD FAILED

/home/devrim/Documents/postgresqlrpms.org/svn/repo/rpm/redhat/9.4/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


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


Вложения

Re: PostgreSQL JDBC new jar available

От
Christophe Canovas
Дата:
Please, check the JAR file maven-ant-tasks-2.1.3.jar ; when I've downloaded JDBC, this JAR file was bad (only a few Ko)
andI had the same error message than you. 

After replacing that JAR file with a good one (1.3 Mo), it was OK.

Regards,


----- Mail original -----
De: "Devrim Gündüz" <devrim@gunduz.org>
À: "Christophe Canovas" <cc.ais40@wanadoo.fr>
Cc: "List" <pgsql-jdbc@postgresql.org>, "Stephen Nelson" <stephen@eccostudio.com>
Envoyé: Jeudi 17 Juillet 2014 10:09:49
Objet: Re: [JDBC] PostgreSQL JDBC new jar available


Hi,

On Thu, 2014-07-17 at 07:17 +0200, Christophe Canovas wrote:
> It seems to have a bad lib/maven-ant-tasks-2.1.3.jar file !
>
> Download a good file version (about 1.3Mo), and try :
> ant -lib lib/ publicapi

I have 2.1.3 already...

Actually, build.xml fails just in here:

  <artifact:dependencies pathId="dependency.classpath" useScope="test">
    <dependency groupId="junit" artifactId="junit" version="3.8.2"
scope="test"/>
  </artifact:dependencies>

What package satisfies this? I installed junit, junit4 and junit44, but
neither of them worked. I may be misinterpreting the message, though:

BUILD FAILED

/home/devrim/Documents/postgresqlrpms.org/svn/repo/rpm/redhat/9.4/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


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



Re: PostgreSQL JDBC new jar available

От
Dave Cramer
Дата:
Christophe,

How are you downloading the maven jar ? Is in git wrong ?

Devrim any recent junit jar should work.

Dave

Dave Cramer

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


On 17 July 2014 03:22, Christophe Canovas <cc.ais40@wanadoo.fr> wrote:
Please, check the JAR file maven-ant-tasks-2.1.3.jar ; when I've downloaded JDBC, this JAR file was bad (only a few Ko) and I had the same error message than you.

After replacing that JAR file with a good one (1.3 Mo), it was OK.

Regards,


----- Mail original -----
De: "Devrim Gündüz" <devrim@gunduz.org>
À: "Christophe Canovas" <cc.ais40@wanadoo.fr>
Cc: "List" <pgsql-jdbc@postgresql.org>, "Stephen Nelson" <stephen@eccostudio.com>
Envoyé: Jeudi 17 Juillet 2014 10:09:49
Objet: Re: [JDBC] PostgreSQL JDBC new jar available


Hi,

On Thu, 2014-07-17 at 07:17 +0200, Christophe Canovas wrote:
> It seems to have a bad lib/maven-ant-tasks-2.1.3.jar file !
>
> Download a good file version (about 1.3Mo), and try :
> ant -lib lib/ publicapi

I have 2.1.3 already...

Actually, build.xml fails just in here:

  <artifact:dependencies pathId="dependency.classpath" useScope="test">
    <dependency groupId="junit" artifactId="junit" version="3.8.2"
scope="test"/>
  </artifact:dependencies>

What package satisfies this? I installed junit, junit4 and junit44, but
neither of them worked. I may be misinterpreting the message, though:

BUILD FAILED
/home/devrim/Documents/postgresqlrpms.org/svn/repo/rpm/redhat/9.4/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


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



--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

Re: PostgreSQL JDBC new jar available

От
Christophe Canovas
Дата:
Dave,

To test Devrim's problem, I've made the download this morning from :
http://jdbc.postgresql.org/download/postgresql-jdbc-9.3-1102.src.tar.gz
and I've had the same problem.

But now I've downloaded again and it seems to be OK !

Pretty strange ...

Maybe Devrim has an old version of ant ?

Regards,

----- Mail original -----
De: "Dave Cramer" <pg@fastcrypt.com>
À: "Christophe Canovas" <cc.ais40@wanadoo.fr>
Cc: "Devrim Gündüz" <devrim@gunduz.org>, "List" <pgsql-jdbc@postgresql.org>, "Stephen Nelson" <stephen@eccostudio.com>
Envoyé: Jeudi 17 Juillet 2014 12:56:39
Objet: Re: [JDBC] PostgreSQL JDBC new jar available


Christophe,


How are you downloading the maven jar ? Is in git wrong ?


Devrim any recent junit jar should work.


Dave


Dave Cramer

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



On 17 July 2014 03:22, Christophe Canovas < cc.ais40@wanadoo.fr > wrote:


Please, check the JAR file maven-ant-tasks-2.1.3.jar ; when I've downloaded JDBC, this JAR file was bad (only a few Ko)
andI had the same error message than you.  

After replacing that JAR file with a good one (1.3 Mo), it was OK.

Regards,



----- Mail original -----
De: "Devrim Gündüz" < devrim@gunduz.org >
À: "Christophe Canovas" < cc.ais40@wanadoo.fr >
Cc: "List" < pgsql-jdbc@postgresql.org >, "Stephen Nelson" < stephen@eccostudio.com >
Envoyé: Jeudi 17 Juillet 2014 10:09:49

Objet: Re: [JDBC] PostgreSQL JDBC new jar available




Hi,

On Thu, 2014-07-17 at 07:17 +0200, Christophe Canovas wrote:
> It seems to have a bad lib/maven-ant-tasks-2.1.3.jar file !
>
> Download a good file version (about 1.3Mo), and try :
> ant -lib lib/ publicapi

I have 2.1.3 already...

Actually, build.xml fails just in here:

<artifact:dependencies pathId="dependency.classpath" useScope="test">
<dependency groupId="junit" artifactId="junit" version="3.8.2"
scope="test"/>
</artifact:dependencies>

What package satisfies this? I installed junit, junit4 and junit44, but
neither of them worked. I may be misinterpreting the message, though:

BUILD FAILED
/home/devrim/Documents/
postgresqlrpms.org/svn/repo/rpm/redhat/9.4/postgresql-jdbc/F-20/postgresql-jdbc-9.3-1102.src/build.xml:109: Problem:
failedto 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


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





--
Sent via pgsql-jdbc mailing list ( pgsql-jdbc@postgresql.org )
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc


Re: PostgreSQL JDBC new jar available

От
Devrim Gündüz
Дата:
Hi,

On Thu, 2014-07-17 at 12:08 +0200, Christophe Canovas wrote:
> Maybe Devrim has an old version of ant ?

I would be surprised if I have -- this is Fedora 20:

$ ant -version
Apache Ant(TM) version 1.9.2 compiled on September 12 2013

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


Вложения

Re: PostgreSQL JDBC new jar available

От
Devrim Gündüz
Дата:
Hi,

On Thu, 2014-07-17 at 06:56 -0400, Dave Cramer wrote:
> Devrim any recent junit jar should work.

I have 4.11.

A reminder: I have no issues with 1101. Something between 1101 and 1102
is causing issues for me.

Regards,

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


Вложения

Re: PostgreSQL JDBC new jar available

От
Dave Cramer
Дата:
Hmm that's very unusual since this is a build problem. I confess to not have actually tested building the publicapi until now. it works fine on my machine.

Any chance I can get access to the box you are building on ?



Dave Cramer

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


On 17 July 2014 08:25, Devrim Gündüz <devrim@gunduz.org> wrote:

Hi,

On Thu, 2014-07-17 at 06:56 -0400, Dave Cramer wrote:
> Devrim any recent junit jar should work.

I have 4.11.

A reminder: I have no issues with 1101. Something between 1101 and 1102
is causing issues for me.

Regards,

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


Re: PostgreSQL JDBC new jar available

От
Devrim Gündüz
Дата:
Hi,

On Thu, 2014-07-17 at 08:33 -0400, Dave Cramer wrote:
> Any chance I can get access to the box you are building on ?

Personal laptop :( Can you install Fedora-20 in a VM?

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


Вложения

Re: PostgreSQL JDBC new jar available

От
Dave Cramer
Дата:
Devrim,

Probably could, but not today.

Dave

Dave Cramer

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


On 17 July 2014 08:44, Devrim Gündüz <devrim@gunduz.org> wrote:

Hi,

On Thu, 2014-07-17 at 08:33 -0400, Dave Cramer wrote:
> Any chance I can get access to the box you are building on ?

Personal laptop :( Can you install Fedora-20 in a VM?

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


Re: PostgreSQL JDBC new jar available

От
Stephen Nelson
Дата:
On Thu, Jul 17, 2014 at 1:44 PM, Devrim Gündüz <devrim@gunduz.org> wrote:

Hi,

On Thu, 2014-07-17 at 08:33 -0400, Dave Cramer wrote:
> Any chance I can get access to the box you are building on ?

Personal laptop :( Can you install Fedora-20 in a VM?


Other random data points: builds fine in OSX 10.9.4 Java 8 and Ant 1.9.4 and in Debian unstable Java 8 and Ant 1.9.4.

I'll try and grab a Fedora install and see what happens. Are you running 32 or 64-bit OS, also which version of Java and is it OpenJDK or Oracle?

Re: PostgreSQL JDBC new jar available

От
Pavel Raiskup
Дата:
On Thursday 17 of July 2014 14:00:19 Stephen Nelson wrote:
> On Thu, Jul 17, 2014 at 1:44 PM, Devrim Gündüz <devrim@gunduz.org> wrote:
> > On Thu, 2014-07-17 at 08:33 -0400, Dave Cramer wrote:
> > > Any chance I can get access to the box you are building on ?
> >
> > Personal laptop :( Can you install Fedora-20 in a VM?
>
> Other random data points: builds fine in OSX 10.9.4 Java 8 and Ant 1.9.4
> and in Debian unstable Java 8 and Ant 1.9.4.
>
> I'll try and grab a Fedora install and see what happens. Are you running 32
> or 64-bit OS, also which version of Java and is it OpenJDK or Oracle?

Jfyi, it was broken also on fedora-rawhide, where is ant 1.9.4.  I
worked-around that issue by reverting the 88b9a034c8dd86a1d commit [1].

Dunno what is going on there, that was just a result of bisecting.  If you
want to look what the error was [2],

[1] http://pkgs.fedoraproject.org/cgit/postgresql-jdbc.git/commit/?id=0fbc33b4a2def
[2] http://www.postgresql.org/message-id/5395732B.1090006@2ndquadrant.com

Pavel



Re: PostgreSQL JDBC new jar available

От
Devrim Gündüz
Дата:
Hi,

On Thu, 2014-07-17 at 14:00 +0100, Stephen Nelson wrote:
> I'll try and grab a Fedora install and see what happens. Are you
> running 32 or 64-bit OS, also which version of Java and is it OpenJDK
> or Oracle?

64-bit, both OpenJDK and Oracle Java.

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


Вложения