I need to run an ant task, for some Weblogic kodo stuff that I am using before I deploy ejbs to weblogic, its a task that “enhances” classes required in an ejb project i am deploying. I want to run the ant task on the project, and then I want to deploy the ejb, however I dont want it to rebuild all the stuff again. So is it possble to deploy/redeploy/hot deploy without rebuilding the ejb again?