Re: [PATCHES] Ant configuration

Поиск
Список
Период
Сортировка
От Thomas O'Dowd
Тема Re: [PATCHES] Ant configuration
Дата
Msg-id 20011019114100.V7183@beast.uwillsee.com
обсуждение исходный текст
Ответ на Re: [PATCHES] Ant configuration  (Barry Lind <barry@xythos.com>)
Список pgsql-jdbc
> > * In Ant the build file will be much less complex
> >   than a Makefile with same functionality.  And same
> >   time in Ant it is much easier to check local
> >   Java internal setup.
>
> I agree that this is true, but I think a much better job can be done to
> minimize the added complexity.  I have looked at the old makefile and it
> was quite complex.  But I have ideas on how to reduce that complexity.
>
> Basically I want to trade off a little more complexity on the part of
> the developers of jdbc, for less complexity for users to install and build.

I don't mind either way really, but I don't see why the makefile should
need to be so complex. One option is also since Postgresql uses configure
to build, we can use configure to help us detect whatever we need to
if --with-java is turned on and set suitable options/paths etc in the makefile.
That said I haven't really looked at the current build process for the driver.

Tom.
--
Thomas O'Dowd. - Nooping - http://nooper.com
tom@nooper.com - Testing - http://nooper.co.jp/labs

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Ant configuration
Следующее
От: Kovács Péter
Дата:
Сообщение: Re: JDBC 2 ResultSet and cursors