From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Peter Mount <peter(at)hub(dot)org> |
Cc: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql/ /aclocal.m4 /build.xml /configure /conf ... |
Date: | 2001-03-05 16:44:10 |
Message-ID: | Pine.LNX.4.30.0103051730490.777-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-jdbc |
Peter Mount writes:
> What it does is add a new option to configure: --with-java
>
> This option tells configure to look for ant (our build tool of choice) and
> if found, it then compiles both the JDBC driver and the new tools as part
> of the normal make.
Nice!
> Also, when the postgresql install is done, all the .jar files are also
> installed into the ${PGLIB}/java directory (thought best to keep then separate)
Since the Java files are platform independent, the GNU file system
standard would prefer Java files to be installed under $(prefix)/share/.
If we stick with lib/, we should probably be creating a lib/postgresql
subdirectory, like we do in the other subtrees.
Some other thoughts:
Shouldn't the interfaces/jdbc/Makfile be using interfaces/jdbc/build.xml
rather than the one on top? Is the one on top still needed?
In PGAC_PROG_ANT, it might be worth running the found program to see if it
actually works. (On a vanilla Linux installation with Kaffe it probably
won't unless the user manually configured the class path.)
If I find some time I'm going to look if I can implement uninstall and
building outside the source tree for the jdbc subtree.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian - CVS | 2001-03-05 17:20:37 | pgsql/src/bin/pgaccess/lib/languages chinese_big5 |
Previous Message | Peter Mount | 2001-03-05 10:18:50 | pgsql/ /configure /configure.in ontrib/retep/r ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Catalin CIOCOIU | 2001-03-06 08:35:30 | JBuilder4 ... |
Previous Message | Rini Dutta | 2001-03-05 16:32:49 | Re: Re: [INTERFACES] 'Unknown Result Type' - JDBC Driver |