how-to-integrate-ant-tool-with-eclipse?
Thursday, 2 June 2011
ANT Eclipse IDE(latest edition of Eclipse IDE is Galileo) integration is a very simple process as summarized in following steps:
1. As a first step, create a Java Project in Eclipse IDE.
2. Associate a build.xml with this project and ensure you put this XML at the same location as shown in package structure in Eclipse IDE :
The code of build.xml is as given below:
3. Run this build XML
1. As a first step, create a Java Project in Eclipse IDE.
2. Associate a build.xml with this project and ensure you put this XML at the same location as shown in package structure in Eclipse IDE :
The code of build.xml is as given below:
3. Run this build XML
0 comments:
Post a Comment