Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to determine the Ant version when using Ant inside Eclipse?

Tags:

How can I determine the version of Ant coming with Eclipse?

like image 794
user496949 Avatar asked Feb 26 '11 09:02

user496949


People also ask

How do I know my Ant version?

Check your installation by opening a command line and typing ant -version into the commend line. The system should find the command ant and show the version number of your installed Ant version.

Which Java version does Ant use?

Which version of Java is required to run Apache Ant? You will need Java installed on your system, version 1.8 or later required.

What is Ant version?

It's latest version is 1.10. 3 which was released on March 27, 2018. By 2002, Ant was the most demanding build tool used by most Java development projects. Ant can also be used to build non-Java applications, written in C or C++.

How do I change my Ant version?

Window > Preferences > Ant > Runtime.1 are grouped under the Ant Home Entries item. To change the Ant Home entries, click on the Ant Home... button and choose the Ant installation you wish to use. After you change the Ant classpath, all future Ant builds will use the updated version instead of the default.


1 Answers

You can do so by typing the following command:

ant -version

like image 100
Antonio Juarez Avatar answered Oct 01 '22 09:10

Antonio Juarez