https://bz.apache.org/bugzilla/show_bug.cgi?id=66493
--- Comment #8 from Jaikiran Pai <[email protected]> --- Hello Yury, thank you very much for trying the nightly build and reporting back. It's good to hear that the build works with this version. > By the way, this is the "ant -version" output: > Apache Ant(TM) version 1.10.5 compiled on July 10 2018 > Is it because it not fully prepared yet? ant -version will always use whatever ANT_HOME environment variable is set to. What I mean is if ANT_HOME is set to point to a 1.9.14 installation (for example) and you use the "ant" command shipped in 1.10.13 of Ant installation like below, then it will output the version as 1.9.14 (and not 1.10.13). So I think you have ANT_HOME set to 1.10.5 installation, when you ran ant -version command. echo $ANT_HOME /home/me/ant/apache-ant-1.9.14/ /home/me/ant/apache-ant-1.10.13/bin/ant -version Apache Ant(TM) version 1.9.14 compiled on March 12 2019 -- You are receiving this mail because: You are the assignee for the bug.
