Hi Matt, See configuration below. I hope this helps you - Clay
Test Cases for Requirement #1
http://www.domain.com/?v=1 ->
http://www.domain.com/1
http://www.domain.com/?v=2 ->
http://www.domain.com/2
Test Cases for Requi
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
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