How to install Ant?
Ant is a Apache project.It is open source software used to compile , assemble and run java application .Before installing Ant it is compulsory to install Java as mention in my previous article How to install Maven step 1.
Lets Start this step by step:-
Step 1:-Down load Apache Ant
First download Apache ant from Here and extract it in c drive. After extracting set the two environment variable as:-
- ANT_Home = C:\apache-ant-1.9.4
- PATH = C:\apache-ant-1.9.4\bin
PATH is seperated by ;
Step 2:-Test Apache Ant
For Checking that Ant install successfully you can open command prompt(win+r then type cmd) and type ant -version this will give you detail as:-
Hope this will help....
Related Post:-
Liferay Service Builder in Detail
How to install Maven
Creating Portlet/Services using Maven