Is it possible to run an ant script first when the deploy (of an Enterprise Application) is triggered?
My ant script creates jars for a web project (more exact: Java Web Start). I would like fresh jars to be created first, when I deploy.
Can this be done somehow?
Adding the build.xml as a builder to that Enterprise Application Project didn’t have much effect …
thanx!
Marcus