Re: ant wants to build a J2EE jdbc driver (I only want a J2SE driver!)

Поиск
Список
Период
Сортировка
От Jerry Asher
Тема Re: ant wants to build a J2EE jdbc driver (I only want a J2SE driver!)
Дата
Msg-id 4.3.2.7.2.20010530210321.00c03d90@hollyjerry.org
обсуждение исходный текст
Ответ на ant wants to build a J2EE jdbc driver (I only want a J2SE driver!)  (Jerry Asher <jerry@hollyjerry.org>)
Список pgsql-cygwin
Okay, I figured this one out.

The postgresql jdbc build.xml file tries determine if the class
javax.sql.Datasource exists, and if it does, it builds the enterprise
edition.  Last night I included the Oracle jdbc driver on my classpath, and
that jar file includes that class.  Removing the oracle jdbc driver from
the classpath and ant is able to successfully build the postgres jdbc driver.

Nevermind.... (but thanks anyway)

Jerry Asher


=====================================================
Jerry Asher                       jerry@hollyjerry.org
1678 Shattuck Avenue Suite 161    Tel: (510) 549-2980
Berkeley, CA 94709                Fax: (877) 311-8688


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

Предыдущее
От: Jerry Asher
Дата:
Сообщение: ant wants to build a J2EE jdbc driver (I only want a J2SE driver!)
Следующее
От: s0lao@netscape.net (S. L.)
Дата:
Сообщение: Re: initdb takes forever!