Re: postgres 7.3 won't compile with jdbc

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: postgres 7.3 won't compile with jdbc
Date: 2002-12-04 22:17:42
Message-ID: 3DEE7F06.9060902@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Joseph,

Please try the attached path (or just hand edit your build.xml file and add that
line in there). See if it solves the problem for you.

Cheers,
Fernando

Joseph Shraibman wrote:> Fernando Nasser wrote:
>
>> Joseph Shraibman wrote:> Fernando Nasser wrote:
>>
>>>
>>>> Joseph,
>>>>
>>>> Make sure the previous version of the driver is nowhere in your
>>>> CLASSPATH. If you have added it to your jre/lib/ext directory,
>>>> remove it from there.
>>>>
>>>> Then retry your compilation. Let us know if it worked.
>>>>
>>> Yup, that fixed it.
>>
>>
>>
>> Glad to hear that. I sort of expected it would.
>>
>>
>>> Can't the makefile check for this?
>>>
>>
>> It is annoying isn't it? I lost hours because of this.
>>
>>
>> It would have to be something with access to the CLASSPATH to check if
>> you have the driver there already and ask you to remove it before
>> continuing.
>>
>> If Barry or Dave don't do anything about it (they are the JDBC
>> 'committers'), I will try and see what can be done with "ant".
>
>
> It would be pretty easy to write a java program to do it, but I'm not
> sure how to distribute it. Should we echo the source to a text file like
> configure does? Can we just include the test.java in the source?
>
>

--
Fernando Nasser
Red Hat - Toronto E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

Attachment Content-Type Size
BUILDXML.PATCH text/plain 596 bytes

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Fernando Nasser 2002-12-04 22:31:13 [Fwd: Returned Mail: User Unknown]
Previous Message Joseph Shraibman 2002-12-04 21:37:01 Re: postgres 7.3 won't compile with jdbc