Delete War file before deployment

Is it possible to Delete War file before deployment from tomcat webapps dir?
Or run script before build (IDE build)

Thank you



Attachment(s):
War.jpg
0

Hello sharon,

Is it possible to Delete War file before deployment from tomcat
webapps dir? Or run script before build (IDE build)

Thank you


Running ant target before or after compilation is possible. Add an ant script
to Ant Build Window, select a target and use it's context menu "Execute On"
commands.

Alexander.


0

请先登录再写评论。