How to install Apache ant on windows system
Introduction
1. Ant means another neat tool.
2. It is a Java-based build tool from Apache Software Foundation.
3. Ant file is written in XML file .when run the ant it's the search for the build.xml file.
4. It is used to automate the build and deployment process.
5. It basically compiles the code, package the code deploying the binaries into the server.
Installation
1. Before installing ant you need to install java. For Java Download from https://www.java.com/en/download/2. Then install the ant from https://ant.apache.org/bindownload.cgi
3. Unzip the folder and copied into your desired location and set the path in environment variables. for setting the path to follow the below steps.
- Go to environment variables and set the path of ant binary files.
- Then add the new user variable name as path and variable value as (path to the bin folder of ant).
4.you have successfully installed ant on your system, whether the ant is successfully installed or not, to check the below command: ant -v
open the command prompt and type the ant -v then you will show the output message like ant version installed on your system.
0 Response to "How to install Apache ant on windows system"
Post a Comment