Tuesday 15 December 2015

Creating ANT build file for existing Project in Eclipse

Hi, So many people don't know how to create ANT build file for existing project. It is very simple to do that. Follow below steps,

Step 1:
Right click on project and click on Export option and select Export, one popup will be displayed.
Step 2:
In General, select Ant BuildFiles. Now a popup will be displayed, in that select the project for which you want to create the build file and click on finish.