Artificial intelligent assistant

CentOS how to update Ant Version to 1.8.x and higher? I'm using CentOS 6.5 and installed `Ant` by using: yum install ant It came with Ant version 1.7.1, but I need the latest -- version 1.8.0. * How to properly get the latest `Ant version 1.8.x` (or higher) from `YUM` or any way please?

Awk's answer may probably work, but for some reason, it's not working for me. Then i found this (a bit different) answer by Googling.

1. Download “bin” Release from <
2. Extract & copy/move the whole folder (apache-ant-1.9xxxxx) into `/opt/`. So there will be `/opt/apache-ant-1.9xxxxxx/`
3. Make a Symlink: `ln -s /opt/apache-ant-1.9.xxxxx /opt/ant`
4. Make another Symlink: `ln -s /opt/ant/bin/ant /usr/bin/ant`
5. Set `ANT_HOME` into the Environment `vi /etc/environment` and add this line: `ANT_HOME=/opt/ant` _(without trailing slash)_
6. Re-login to initiate the Environment.



That one perfectly works for me.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy e01604b0f0672e794bdbf6fc49d25f3e