Hello there,
I am using
Tomcat 6, Apache
Ant 1.7.1 and JDK 1.6 on OS X Snow Leopard...
Created the following build script and supporting property files:
(1) build.xml
(2) admin.properties
(3) build.properties:
(4) tomcatTasks.properties
(5) tomcat-users.xml :
When I run the deploy target, everything works (it places myproject.war) underneath $CATALINA_HOME/webapps...
However, when I run the undeploy target, I get the following error message:
Problem:
Would really appreciate it if someone could tell me what I am doing wrong!
Happy programming,
James