My mistake, in bashrc, ANT_HOME was hardcoded to some other ant.
No more issues. On Wed, Apr 18, 2018 at 1:08 PM, govind nitk <govind.n...@gmail.com> wrote: > Hi, > > Downloaded ant from http://www-eu.apache.org/dist/ > /ant/binaries/apache-ant-1.10.3-bin.tar.xz > > doing ./bin/ant -version > > Getting output as: > > OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; > support was removed in 8.0 > Apache Ant(TM) version 1.10.2 compiled on February 3 2018 > > > I was expecting it will print version 1.10.3 > > > Lucene-solr build is failing > with message: > > Cannot run with ANT version 1.10.2 - see https://issues.apache.org/ > jira/browse/LUCENE-8189 > > > Am I missing something ? >