In eclipse, to run my dynamic web application, I do the following:
right-click on the project >> Run as >> Run on server
and then the application is deployed on the tomcat.
Now I want tomcat to use my ant script to build the war and then deploy that war.
How can I do this in eclipse?
right click ant script >> run as >> ant build? - Andrew