DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40624>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40624


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2006-09-29 15:51 -------
Added a note in the manual about /etc/ant.conf:
         A jpackage rpm version of ant may be installed on your machine, say as 
part
of install of Fedora Core 3. If another version of ant is installed, the rpm
version will take priority. This is due to the fact that ant bash script file
dot includes the /etc/ant.conf file from the jpackage distribution. The current
version of this file (sept 2006) overwrites the ANT_HOME environment variable.
If this happens, ant will issue a warning. To fix this, modify the line in
/etc/ant.conf
ANT_HOME=/usr/share/ant
to be
ANT_HOME=${ANT_HOME:-/usr/share/ant}

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to