building the webapplication
Hi ,
I am building my webapplication using ANT. I have two targets at the end to undeploy existing deployed version of application and then deploy new version of the applications. I have a problem with undeploy.If the application does not exist , then the undeploy target is throwing an exception. How can make a check whether application is existing before initiationg the undeploy target?
Thanks
Vivek

