Re: why does old driver need to be removed before build in - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: why does old driver need to be removed before build in
Date
Msg-id 1096060971.2618.66.camel@localhost.localdomain
Whole thread Raw
In response to why does old driver need to be removed before build in ant ?  (aditya Kulkarni <adityapk@gmail.com>)
List pgsql-jdbc
It causes problems with building because the compiler will see the old
classes which conflict with the new classes. It may be that since
jdbc1.xxx has been removed this is no longer the case.

Dave
On Fri, 2004-09-24 at 17:08, aditya Kulkarni wrote:
> Hi...
>
> When i try to build the JDBC driver with ant jar, it says that i need
> to remove the older driver from the classpath. When i look at the
> build.xml, this is a simple check with a fail message.
>
> I don't understand why this has to be done. How will it affect the
> build process? I don't see any problem in compiling the driver and
> building the jar . Why is this check present ?
>
> Thanks in advance
--
Dave Cramer
519 939 0336
ICQ # 14675561
www.postgresintl.com


pgsql-jdbc by date:

Previous
From: aditya Kulkarni
Date:
Subject: why does old driver need to be removed before build in ant ?
Next
From: Anton Nikiforov
Date:
Subject: Newbie question