Обсуждение: a difference of version information 9.1-902 jar and source

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

a difference of version information 9.1-902 jar and source

От
OTSUKA Kenji
Дата:
HI there,

I found a difference of version information 9.1-902.jdbc4.jar and
9.1-902.src.tar.gz.

9.1-902.jdbc4.jar:
  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
  PostgreSQL 9.1 JDBC4 (build 902)

9.1-902.src.tar.gz:
  $ ant
   (snip)
  BUILD SUCCESSFUL
  Total time: 3 seconds
  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
  PostgreSQL 9.2devel JDBC4 (build 1000)

Is 9.1-902.src.tar.gz incorrect?

If the source tarball is incorrect, where is there correct 9.1-902 source?
There is not REL9_1_902 tag in CVS repository
(cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
Did I checked out from obsolete repository?

In addition, I care about whether 9.1-902 is a development version.

Regards,

--
 OTSUKA Kenji

Re: a difference of version information 9.1-902 jar and source

От
Dave Cramer
Дата:
JDBC now uses git

https://github.com/pgjdbc/pgjdbc


Dave Cramer

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


On Thu, May 24, 2012 at 9:50 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
> HI there,
>
> I found a difference of version information 9.1-902.jdbc4.jar and
> 9.1-902.src.tar.gz.
>
> 9.1-902.jdbc4.jar:
>  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
>  PostgreSQL 9.1 JDBC4 (build 902)
>
> 9.1-902.src.tar.gz:
>  $ ant
>   (snip)
>  BUILD SUCCESSFUL
>  Total time: 3 seconds
>  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
>  PostgreSQL 9.2devel JDBC4 (build 1000)
>
> Is 9.1-902.src.tar.gz incorrect?
>
> If the source tarball is incorrect, where is there correct 9.1-902 source?
> There is not REL9_1_902 tag in CVS repository
> (cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
> Did I checked out from obsolete repository?
>
> In addition, I care about whether 9.1-902 is a development version.
>
> Regards,
>
> --
>  OTSUKA Kenji
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc

Re: a difference of version information 9.1-902 jar and source

От
Kris Jurka
Дата:

On Fri, 25 May 2012, Dave Cramer wrote:

> JDBC now uses git
>

Right, but that doesn't address the original complaint that the jar and
src files don't match.  I assume this is from the improper release of 902
and that you need to provide an updated src file.

http://archives.postgresql.org/pgsql-jdbc/2012-04/msg00086.php

Kris Jurka

Re: a difference of version information 9.1-902 jar and source

От
Dave Cramer
Дата:
Yes, thanks for reminding me.

Dave Cramer

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


On Fri, May 25, 2012 at 12:27 PM, Kris Jurka <books@ejurka.com> wrote:
>
>
> On Fri, 25 May 2012, Dave Cramer wrote:
>
>> JDBC now uses git
>>
>
> Right, but that doesn't address the original complaint that the jar and
> src files don't match.  I assume this is from the improper release of 902
> and that you need to provide an updated src file.
>
> http://archives.postgresql.org/pgsql-jdbc/2012-04/msg00086.php
>
> Kris Jurka

Re: a difference of version information 9.1-902 jar and source

От
Dave Cramer
Дата:
I have put the correct version of the source on the jdbc site.


Dave Cramer

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


On Thu, May 24, 2012 at 9:50 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
> HI there,
>
> I found a difference of version information 9.1-902.jdbc4.jar and
> 9.1-902.src.tar.gz.
>
> 9.1-902.jdbc4.jar:
>  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
>  PostgreSQL 9.1 JDBC4 (build 902)
>
> 9.1-902.src.tar.gz:
>  $ ant
>   (snip)
>  BUILD SUCCESSFUL
>  Total time: 3 seconds
>  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
>  PostgreSQL 9.2devel JDBC4 (build 1000)
>
> Is 9.1-902.src.tar.gz incorrect?
>
> If the source tarball is incorrect, where is there correct 9.1-902 source?
> There is not REL9_1_902 tag in CVS repository
> (cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
> Did I checked out from obsolete repository?
>
> In addition, I care about whether 9.1-902 is a development version.
>
> Regards,
>
> --
>  OTSUKA Kenji
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc

Re: a difference of version information 9.1-902 jar and source

От
OTSUKA Kenji
Дата:
Thank you for updating the source and giving me new repository URL.

By the way, is there any plan to update JDBC3?

Regards,


2012/5/26 Dave Cramer <pg@fastcrypt.com>:
> I have put the correct version of the source on the jdbc site.
>
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>
> On Thu, May 24, 2012 at 9:50 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>> HI there,
>>
>> I found a difference of version information 9.1-902.jdbc4.jar and
>> 9.1-902.src.tar.gz.
>>
>> 9.1-902.jdbc4.jar:
>>  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
>>  PostgreSQL 9.1 JDBC4 (build 902)
>>
>> 9.1-902.src.tar.gz:
>>  $ ant
>>   (snip)
>>  BUILD SUCCESSFUL
>>  Total time: 3 seconds
>>  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
>>  PostgreSQL 9.2devel JDBC4 (build 1000)
>>
>> Is 9.1-902.src.tar.gz incorrect?
>>
>> If the source tarball is incorrect, where is there correct 9.1-902 source?
>> There is not REL9_1_902 tag in CVS repository
>> (cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
>> Did I checked out from obsolete repository?
>>
>> In addition, I care about whether 9.1-902 is a development version.
>>
>> Regards,
>>
>> --
>>  OTSUKA Kenji
>>
>> --
>> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-jdbc



--
OTSUKA Kenji

Re: a difference of version information 9.1-902 jar and source

От
Dave Cramer
Дата:
No plan as such. I need to find a machine which can build it.

Dave Cramer

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


On Mon, May 28, 2012 at 1:42 AM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
> Thank you for updating the source and giving me new repository URL.
>
> By the way, is there any plan to update JDBC3?
>
> Regards,
>
>
> 2012/5/26 Dave Cramer <pg@fastcrypt.com>:
>> I have put the correct version of the source on the jdbc site.
>>
>>
>> Dave Cramer
>>
>> dave.cramer(at)credativ(dot)ca
>> http://www.credativ.ca
>>
>>
>> On Thu, May 24, 2012 at 9:50 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>>> HI there,
>>>
>>> I found a difference of version information 9.1-902.jdbc4.jar and
>>> 9.1-902.src.tar.gz.
>>>
>>> 9.1-902.jdbc4.jar:
>>>  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
>>>  PostgreSQL 9.1 JDBC4 (build 902)
>>>
>>> 9.1-902.src.tar.gz:
>>>  $ ant
>>>   (snip)
>>>  BUILD SUCCESSFUL
>>>  Total time: 3 seconds
>>>  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
>>>  PostgreSQL 9.2devel JDBC4 (build 1000)
>>>
>>> Is 9.1-902.src.tar.gz incorrect?
>>>
>>> If the source tarball is incorrect, where is there correct 9.1-902 source?
>>> There is not REL9_1_902 tag in CVS repository
>>> (cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
>>> Did I checked out from obsolete repository?
>>>
>>> In addition, I care about whether 9.1-902 is a development version.
>>>
>>> Regards,
>>>
>>> --
>>>  OTSUKA Kenji
>>>
>>> --
>>> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
>>> To make changes to your subscription:
>>> http://www.postgresql.org/mailpref/pgsql-jdbc
>
>
>
> --
> OTSUKA Kenji

Re: a difference of version information 9.1-902 jar and source

От
OTSUKA Kenji
Дата:
Thank you for your reply.

Regards,


2012/5/28 Dave Cramer <pg@fastcrypt.com>:
> No plan as such. I need to find a machine which can build it.
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>
> On Mon, May 28, 2012 at 1:42 AM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>> Thank you for updating the source and giving me new repository URL.
>>
>> By the way, is there any plan to update JDBC3?
>>
>> Regards,
>>
>>
>> 2012/5/26 Dave Cramer <pg@fastcrypt.com>:
>>> I have put the correct version of the source on the jdbc site.
>>>
>>>
>>> Dave Cramer
>>>
>>> dave.cramer(at)credativ(dot)ca
>>> http://www.credativ.ca
>>>
>>>
>>> On Thu, May 24, 2012 at 9:50 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>>>> HI there,
>>>>
>>>> I found a difference of version information 9.1-902.jdbc4.jar and
>>>> 9.1-902.src.tar.gz.
>>>>
>>>> 9.1-902.jdbc4.jar:
>>>>  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
>>>>  PostgreSQL 9.1 JDBC4 (build 902)
>>>>
>>>> 9.1-902.src.tar.gz:
>>>>  $ ant
>>>>   (snip)
>>>>  BUILD SUCCESSFUL
>>>>  Total time: 3 seconds
>>>>  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
>>>>  PostgreSQL 9.2devel JDBC4 (build 1000)
>>>>
>>>> Is 9.1-902.src.tar.gz incorrect?
>>>>
>>>> If the source tarball is incorrect, where is there correct 9.1-902 source?
>>>> There is not REL9_1_902 tag in CVS repository
>>>> (cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
>>>> Did I checked out from obsolete repository?
>>>>
>>>> In addition, I care about whether 9.1-902 is a development version.
>>>>
>>>> Regards,
>>>>
>>>> --
>>>>  OTSUKA Kenji
>>>>
>>>> --
>>>> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
>>>> To make changes to your subscription:
>>>> http://www.postgresql.org/mailpref/pgsql-jdbc
>>
>>
>>
>> --
>> OTSUKA Kenji



--
OTSUKA Kenji

Re: a difference of version information 9.1-902 jar and source

От
Dave Cramer
Дата:
OK, I managed to build a jdbc3 jar as well and updated the site.

Dave Cramer

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


On Mon, May 28, 2012 at 9:14 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
> Thank you for your reply.
>
> Regards,
>
>
> 2012/5/28 Dave Cramer <pg@fastcrypt.com>:
>> No plan as such. I need to find a machine which can build it.
>>
>> Dave Cramer
>>
>> dave.cramer(at)credativ(dot)ca
>> http://www.credativ.ca
>>
>>
>> On Mon, May 28, 2012 at 1:42 AM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>>> Thank you for updating the source and giving me new repository URL.
>>>
>>> By the way, is there any plan to update JDBC3?
>>>
>>> Regards,
>>>
>>>
>>> 2012/5/26 Dave Cramer <pg@fastcrypt.com>:
>>>> I have put the correct version of the source on the jdbc site.
>>>>
>>>>
>>>> Dave Cramer
>>>>
>>>> dave.cramer(at)credativ(dot)ca
>>>> http://www.credativ.ca
>>>>
>>>>
>>>> On Thu, May 24, 2012 at 9:50 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>>>>> HI there,
>>>>>
>>>>> I found a difference of version information 9.1-902.jdbc4.jar and
>>>>> 9.1-902.src.tar.gz.
>>>>>
>>>>> 9.1-902.jdbc4.jar:
>>>>>  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
>>>>>  PostgreSQL 9.1 JDBC4 (build 902)
>>>>>
>>>>> 9.1-902.src.tar.gz:
>>>>>  $ ant
>>>>>   (snip)
>>>>>  BUILD SUCCESSFUL
>>>>>  Total time: 3 seconds
>>>>>  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
>>>>>  PostgreSQL 9.2devel JDBC4 (build 1000)
>>>>>
>>>>> Is 9.1-902.src.tar.gz incorrect?
>>>>>
>>>>> If the source tarball is incorrect, where is there correct 9.1-902 source?
>>>>> There is not REL9_1_902 tag in CVS repository
>>>>> (cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
>>>>> Did I checked out from obsolete repository?
>>>>>
>>>>> In addition, I care about whether 9.1-902 is a development version.
>>>>>
>>>>> Regards,
>>>>>
>>>>> --
>>>>>  OTSUKA Kenji
>>>>>
>>>>> --
>>>>> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
>>>>> To make changes to your subscription:
>>>>> http://www.postgresql.org/mailpref/pgsql-jdbc
>>>
>>>
>>>
>>> --
>>> OTSUKA Kenji
>
>
>
> --
> OTSUKA Kenji

Re: a difference of version information 9.1-902 jar and source

От
OTSUKA Kenji
Дата:
Thank you very much.
I checked updated JDBC3.


2012/5/30 Dave Cramer <pg@fastcrypt.com>:
> OK, I managed to build a jdbc3 jar as well and updated the site.
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>
> On Mon, May 28, 2012 at 9:14 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>> Thank you for your reply.
>>
>> Regards,
>>
>>
>> 2012/5/28 Dave Cramer <pg@fastcrypt.com>:
>>> No plan as such. I need to find a machine which can build it.
>>>
>>> Dave Cramer
>>>
>>> dave.cramer(at)credativ(dot)ca
>>> http://www.credativ.ca
>>>
>>>
>>> On Mon, May 28, 2012 at 1:42 AM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>>>> Thank you for updating the source and giving me new repository URL.
>>>>
>>>> By the way, is there any plan to update JDBC3?
>>>>
>>>> Regards,
>>>>
>>>>
>>>> 2012/5/26 Dave Cramer <pg@fastcrypt.com>:
>>>>> I have put the correct version of the source on the jdbc site.
>>>>>
>>>>>
>>>>> Dave Cramer
>>>>>
>>>>> dave.cramer(at)credativ(dot)ca
>>>>> http://www.credativ.ca
>>>>>
>>>>>
>>>>> On Thu, May 24, 2012 at 9:50 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>>>>>> HI there,
>>>>>>
>>>>>> I found a difference of version information 9.1-902.jdbc4.jar and
>>>>>> 9.1-902.src.tar.gz.
>>>>>>
>>>>>> 9.1-902.jdbc4.jar:
>>>>>>  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
>>>>>>  PostgreSQL 9.1 JDBC4 (build 902)
>>>>>>
>>>>>> 9.1-902.src.tar.gz:
>>>>>>  $ ant
>>>>>>   (snip)
>>>>>>  BUILD SUCCESSFUL
>>>>>>  Total time: 3 seconds
>>>>>>  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
>>>>>>  PostgreSQL 9.2devel JDBC4 (build 1000)
>>>>>>
>>>>>> Is 9.1-902.src.tar.gz incorrect?
>>>>>>
>>>>>> If the source tarball is incorrect, where is there correct 9.1-902 source?
>>>>>> There is not REL9_1_902 tag in CVS repository
>>>>>> (cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
>>>>>> Did I checked out from obsolete repository?
>>>>>>
>>>>>> In addition, I care about whether 9.1-902 is a development version.
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> --
>>>>>>  OTSUKA Kenji
>>>>>>
>>>>>> --
>>>>>> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
>>>>>> To make changes to your subscription:
>>>>>> http://www.postgresql.org/mailpref/pgsql-jdbc
>>>>
>>>>
>>>>
>>>> --
>>>> OTSUKA Kenji
>>
>>
>>
>> --
>> OTSUKA Kenji



--
OTSUKA Kenji