From: | Gunnar Rønning <gunnar(at)polygnosis(dot)com> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Barry Lind <barry(at)xythos(dot)com>, Marko Kreen <marko(at)l-t(dot)ee>, <pgsql-patches(at)postgresql(dot)org>, <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: [PATCHES] Ant configuration |
Date: | 2001-10-18 23:24:56 |
Message-ID: | m28ze8h6pj.fsf@smaug.polygnosis.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc pgsql-patches |
* Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
|
| The use of Ant originally seemed attractive because it would solve the
| detection of the jdk version, the portable invocation of the compiler, and
| the dependency generation. However, I must currently consider this
| experiment a failure, because for each problem Ant solves it introduces a
| load of worse problems into the system. Thus, if we can agree to work out
| a configure/make-based system for the next release I would be very much
| for it.
What are the pro and cons for each approach ?
Would it be unfeasible to include the ant binary in the distribution or is
there other problems as well ?
If we use make I guess we could use jikes to generate dependency files for
make, but that does give use much as we then will require jikes for
developers. Another alternative is make clean or manual approaches.
I would say that we have two primary concerns here :
1. A build process that JDBC developers find convenient and productive
to work with.
2. A build process that the users find convenient. Downloading things
like Ant is not helping them.
--
Gunnar Rønning - gunnar(at)polygnosis(dot)com
Senior Consultant, Polygnosis AS, http://www.polygnosis.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2001-10-18 23:37:27 | Re: [PATCHES] Ant configuration |
Previous Message | Joseph Shraibman | 2001-10-18 21:19:00 | Re: JDBC 2 ResultSet and cursors |
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2001-10-18 23:37:27 | Re: [PATCHES] Ant configuration |
Previous Message | Ashley Nguyen | 2001-10-18 22:53:19 | WHAT I did wrong? thank you... :-) |