Support feedback:
Before launching JBossAS inside of IntelliJ Idea 6.0.5, I am running an ant task, which takes care of compilation and creation of an
.ear file. This is then deployed on JBossAS and everything is working fine.
However, if I want to redeploy the .ear without restarting JBossAS, there is no way to attach an ant task on the deploy or undeploy
events. Therefore I have to run the ant task manually between undeploy and deploy.
Would it be possible to provide for the possibility to attach ant task also before the deployment of individual modules?