Your ant is thus in /usr/share/ant.
It is installed there by jpackage.
If you want to use ant 1.6.3 or 1.6.4, you will
to
1) wait for jpackage to release a 1.6.3/4 version
-or-
2) install the ant from ant.apache.org -and- remove the jpackage version
(this can be done by deleting /etc/ant.conf)
Peter
THUFIR HAWAT wrote:
On 5/19/05, Peter Reilly <[EMAIL PROTECTED]> wrote:
cat /etc/ant.conf
[EMAIL PROTECTED] ~]$ cat /etc/ant.conf
#
# ant.conf (Ant 1.6.x)
# JPackage Project <http://www.jpackage.org/>
#
# Validate --noconfig setting in case being invoked
# from pre Ant 1.6.x environment
if [ -z "$no_config" ] ; then
no_config=true
fi
# Setup ant configuration
if $no_config ; then
# Disable RPM layout
rpm_mode=false
else
# Use RPM layout
rpm_mode=true
# ANT_HOME for rpm layout
ANT_HOME=/usr/share/ant
fi
[EMAIL PROTECTED] ~]$ ll /usr/share/ant/etc/
total 76
-rw-r--r-- 1 root root 3718 Jul 16 2004 ant-update.xsl
-rw-r--r-- 1 root root 4642 Jul 16 2004 changelog.xsl
-rw-r--r-- 1 root root 27666 Jul 16 2004 junit-frames-xalan1.xsl
-rw-r--r-- 1 root root 6213 Jul 16 2004 log.xsl
-rw-r--r-- 1 root root 5885 Jul 16 2004 tagdiff.xsl
[EMAIL PROTECTED] ~]$
thanks,
Thufir
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]