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

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: why does old driver need to be removed before build in
Дата
Msg-id 1096060971.2618.66.camel@localhost.localdomain
обсуждение исходный текст
Ответ на why does old driver need to be removed before build in ant ?  (aditya Kulkarni <adityapk@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: aditya Kulkarni
Дата:
Сообщение: why does old driver need to be removed before build in ant ?
Следующее
От: Anton Nikiforov
Дата:
Сообщение: Newbie question