There are lots of asterisks scattered all over your
post, but:
* Jon [2008.09.05 05:50]:
> I'm trying to install Apache Ant 1.6 and have updated the following entries
> within */etc/profile* to ensure that the installation is complete.
>
> JAVA_HOME=/usr/java/j2sdk1.4.2_18
> *ANT_HOME=/usr/local/
7;; [EMAIL PROTECTED]
Betreff: RE: Ant 1.6 installation
'./' will try to look for the 'ant' executable under the current working
directory.
Try issuing the command,
[EMAIL PROTECTED] /]$ ant -version
instead of,
[EMAIL PROTECTED] /]$ ./ant -version
Hope thi
iday, September 05, 2008 3:12 PM
To: user@ant.apache.org
Subject: Ant 1.6 installation
I'm trying to install Apache Ant 1.6 and have updated the following entries
within */etc/profile* to ensure that the installation is complete.
JAVA_HOME=/usr/java/j2sdk1.4.2_18
*ANT_HOME=/usr/local/apach
I'm trying to install Apache Ant 1.6 and have updated the following entries
within */etc/profile* to ensure that the installation is complete.
JAVA_HOME=/usr/java/j2sdk1.4.2_18
*ANT_HOME=/usr/local/apache2/apache-ant-1.6.0*
export JAVA_HOME PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC ANT_HOME