Fwd: JDBC Maven Checksum

Поиск
Список
Период
Сортировка
От Stephen Nelson
Тема Fwd: JDBC Maven Checksum
Дата
Msg-id CAHpHs3=NVi3i-pBym29pDv-HJFMu2dnHRvzLY1BXEQg+zg3LiA@mail.gmail.com
обсуждение исходный текст
Ответ на JDBC Maven Checksum  (David Shepherd <daveshep666@hotmail.com>)
Ответы Re: JDBC Maven Checksum  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
On Mon, Jan 27, 2014 at 11:55 AM, Dave Cramer <pg@fastcrypt.com> wrote:
> I create both of them from the same machine so I"m not sure. Does maven
> change the jar's at all when they are uploaded?
>
> David. Do you see any file size differences ?
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>
> On Sun, Jan 26, 2014 at 4:22 PM, David Shepherd <daveshep666@hotmail.com>
> wrote:
>>
>> Hi
>>
>> Can someone please explain why there is a checksum difference between the
>> JDBC drivers on the PostgreSQL website and those in Maven? I am using Maven
>> for the first time so am unsure which file is correct or why there is a
>> difference.
>>
>> These are the sha1 hashes I am seeing:
>>
>> Maven
>> 7a09dd2b8c01babc07617973fd6f99c007e2b786  postgresql-9.3-1100-jdbc4.jar
>>
>> PostgreSQL website
>> fe6ed26ff71d75ebb99e2ec2123003e05ea16dc5  postgresql-9.3-1100.jdbc4.jar
>>
>> Thank you
>
>

Dave,

When you build the jar for the site which targets do you run?

The Maven upload part of the build script uses the same jar target
that I presume is used for building the website jar. I'll take a look
at it to see what's happening.

Cheers

Stephen


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Matt Hughes
Дата:
Сообщение: Re: JDBC Maven Checksum
Следующее
От: Tom Dunstan
Дата:
Сообщение: Re: Will Connection.createBlob be implemented any time soon?