I find myself in need of redeploying my applications every so often, so I have to go through the deploy dialog, find my project and hit redeploy.
It could be so cool, if the Deploy button in the toolbar had a drop-down list of resent deploys – just like the External tools button has right next to it.
Thing is, the code I’m editing is located in a module in an EAR (a WAR og EJB-jar), so clicking the Deploy button doesn’t select the EAR my module belongs to automatically.
The problem stems from e.g. changing my appResources.properties in a Struts app. and triggering hot-deploy for the JBoss server I’m deploying to.
Regards
Erik