Re: Ant configuration

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Ant configuration
Date: 2001-10-17 20:35:07
Message-ID: Pine.LNX.4.30.0110172001410.628-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Marko Kreen writes:

> ***************
> *** 411,416 ****
> --- 416,424 ----
> [AC_MSG_RESULT(no)])
> AC_SUBST(with_java)
>
> + JAVA_DEST=$prefix/share/java
> + AC_SUBST(JAVA_DEST)
> +
> dnl A note on the Kerberos and OpenSSL options:
> dnl
> dnl The user can give an argument to the option in order the specify

References to $prefix don't work (always) in configure. Plus, (even if
they did), this would break 'make install prefix=somewhere'.

> Index: contrib/retep/build.xml
> ===================================================================
> RCS file: /opt/cvs/pgsql/pgsql/contrib/retep/build.xml,v
> retrieving revision 1.8
> diff -u -c -r1.8 build.xml
> *** contrib/retep/build.xml 6 Jul 2001 23:07:20 -0000 1.8
> --- contrib/retep/build.xml 12 Oct 2001 10:33:39 -0000
> ***************
> *** 19,24 ****
> --- 19,27 ----
> <property name="package" value="uk/org/retep" />
> <property name="jardir" value="jars" />
>
> + <!-- Load autoconfed properties. -->
> + <property file="${srcdir}../../src/ant.cfg" />
> +
> <!-- Some checks used to build dependent on the environment -->
> <target name="checks">
> <available property="jdk1.2+" classname="java.lang.ThreadLocal" />

This is obviously a typo.

Plus, I'm not sure whether this would work when building outside the
source tree, since ant.cfg is not going to be in the source tree.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2001-10-17 21:24:14 Re: J2SE 1.4 and other patches
Previous Message Barry Lind 2001-10-17 20:23:13 Re: [PATCHES] Ant configuration

Browse pgsql-patches by date

  From Date Subject
Next Message Marko Kreen 2001-10-17 22:31:34 Re: Ant configuration
Previous Message Barry Lind 2001-10-17 20:23:13 Re: [PATCHES] Ant configuration