RE: Using Ant to test whether a web app is installed on Tomcat

2004-03-22 Thread Simon Toens
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

Using Ant to test whether a web app is installed on Tomcat

2004-03-22 Thread Michael Woinoski
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