Re: why does old driver need to be removed before build in

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: aditya Kulkarni <adityapk(at)gmail(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: why does old driver need to be removed before build in
Date: 2004-09-24 21:22:51
Message-ID: 1096060971.2618.66.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Anton Nikiforov 2004-09-24 22:30:23 Newbie question
Previous Message aditya Kulkarni 2004-09-24 21:08:45 why does old driver need to be removed before build in ant ?