RE: Redeploying a war file from a build script

2006-06-01 Thread William Press
t.username Undefined: tomcat.password Undefined: tomcatURL Deploying ${basedir}/${project.war} to ${tomcatURL} The key is failonerror="false" for the undeploy task. Tim -Original Message- From: William Press [mailto:[EM

Redeploying a war file from a build script

2006-05-31 Thread William Press
I am writing a build script that would redeploy a war file at the end of the build. If I use DeployTask and the application was already deployed from a previous build, I get an error. If I use UndeployTask first and the application is not already deployed (which would happen the first time