I am developing a J2EE web application, and I would like to be able to run a method (or function, class, something - something) during the "re-release" process. It would be nice if I could control when during a re-release my function is called (before, during, after, etc.), but a good first step would be to get something that needs to be called automatically.
As a temporary hack, I was able to add a button to my web application, which you click directly before clicking "re-publish" in Eclipse.
Matt ball
source share