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
Apache Ant
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.
Environment variables
  • Then add the new user variable name as path and variable value as (path to the bin folder of ant).
path adding
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.
Version of ant


SUBSCRIBE TO OUR NEWSLETTER

I’m the Founder of quickdevops.com. I am a Professional Blogger, Application developer, YouTuber. I’ve been blogging since 2015.I spend a lot of time learning new techniques and actively help other people learn web development through a variety of help groups and writing web development tutorials for my website and blog about advancements in web design and development.Besides programming I love spending time with friends and family and can often be found together going out catching the latest movie or planning a trip to someplace I've never been before.

0 Response to "How to install Apache ant on windows system"

Post a Comment