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>