nt to test whether a web app is installed on Tomcat
I'm using Ant 1.5 to develop and test web apps with Tomcat 5. I need a way to
use an Ant task to determine whether a particular web app is installed.
Currently, my init task uses to check the existence of a marker
file. Then the build
I'm using Ant 1.5 to develop and test web apps with Tomcat 5. I need a way to
use an Ant task to determine whether a particular web app is installed.
Currently, my init task uses to check the existence of a marker
file. Then the build task tests the property set by . If the marker
file doesn't