Re: Problem building jdbc jars

Поиск
Список
Период
Сортировка
От Rene Pijlman
Тема Re: Problem building jdbc jars
Дата
Msg-id 9ifjmtg4mvd84vopvg2agsbled1s5t2cau@4ax.com
обсуждение исходный текст
Ответ на Problem building jdbc jars  ("Robert Finneran" <rob@digitalskyscrapers.com>)
Список pgsql-jdbc
On Wed, 1 Aug 2001 19:40:06 -0700, you wrote:
>I get 100+ errors building. Many of the messages are complaining
>that they cannot find javax.transaction.xa.Xid.

This is part of the Java Transaction API in J2EE:
http://java.sun.com/j2ee/transactions.html. Download and install
J2EE 1.2.1 from http://java.sun.com/j2ee/download.html#sdk and
that will probably fix it.

There is a line in the Ant build file
src/interfaces/jdbc/build.xml that's probably supposed to catch
this situation:

  <exclude name="${package}/xa/**" unless="jdk1.2e+" />

I'm not sure why it doesn't in your case.

Next time you post such a problem, please quote the (first)
error message you get from the compiler, including the line
number.

Regards,
René Pijlman

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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Re: What needs to be done?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: JDBC and blobs