Discussion:
ant version is not showing correctly
govind nitk
2018-04-18 08:36:52 UTC
Permalink
My mistake,

in bashrc, ANT_HOME was hardcoded to some other ant.

No more issues.
Hi,
Downloaded ant from http://www-eu.apache.org/dist/
/ant/binaries/apache-ant-1.10.3-bin.tar.xz
doing ./bin/ant -version
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
Cannot run with ANT version 1.10.2 - see https://issues.apache.org/
jira/browse/LUCENE-8189
Am I missing something ?
Jan Matèrne (jhm)
2018-04-19 07:27:53 UTC
Permalink
You should also check your $ANT_OPTS and remove the -XMaxPermSize=512m.
The output sais, that Java8 does not support that anymore and so you'll get rid off this message.

Jan
-----Ursprüngliche Nachricht-----
Gesendet: Mittwoch, 18. April 2018 10:37
Betreff: Re: ant version is not showing correctly
My mistake,
in bashrc, ANT_HOME was hardcoded to some other ant.
No more issues.
Hi,
Downloaded ant from http://www-eu.apache.org/dist/
/ant/binaries/apache-ant-1.10.3-bin.tar.xz
doing ./bin/ant -version
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
Cannot run with ANT version 1.10.2 - see https://issues.apache.org/
jira/browse/LUCENE-8189
Am I missing something ?
---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@ant.apache.org
For additional commands, e-mail: user-***@ant.apache.org

Continue reading on narkive:
Loading...