Re: compiling postgres 7.1.3 with ANT and JAVA - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: compiling postgres 7.1.3 with ANT and JAVA
Date
Msg-id th155u4l0ksbftplmamou6cvit23n48bl0@4ax.com
Whole thread Raw
In response to compiling postgres 7.1.3 with ANT and JAVA  (Eric Webber <streethockey@ureach.com>)
List pgsql-jdbc
On Fri, 25 Jan 2002 21:05:07 -0500, you wrote:
>checking for ant... no
>checking for ant.sh... no
>checking for ant.bat... /usr/local/bin/ant.bat
>
>So Question here is why did it say no to ant and
>ant.sh but not ant.bat

It looks like ant is not properly installed. Have you gone
through the documentation on
http://jakarta.apache.org/ant/manual/install.html? In
particular, are the following environment variables set
correctly?

   export ANT_HOME=/usr/local/ant
   export JAVA_HOME=/usr/local/jdk-1.2.2
   export PATH=${PATH}:${ANT_HOME}/bin

What happens when you type 'which ant' on the shell prompt?

Regards,
René Pijlman <rene@lab.applinet.nl>

pgsql-jdbc by date:

Previous
From: Justin Clift
Date:
Subject: Re: compiling postgres 7.1.3 with ANT and JAVA
Next
From: Gunaseelan Nagarajan
Date:
Subject: Bad Timestamp Format