Re: compiling postgres 7.1.3 with ANT and JAVA

From: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
To: <streethockey(at)ureach(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: compiling postgres 7.1.3 with ANT and JAVA
Date: 2002-01-26 10:38:06
Message-ID: th155u4l0ksbftplmamou6cvit23n48bl0@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)lab(dot)applinet(dot)nl>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Gunaseelan Nagarajan 2002-01-26 13:33:15 Bad Timestamp Format
Previous Message Justin Clift 2002-01-26 04:43:26 Re: compiling postgres 7.1.3 with ANT and JAVA