Re: tomcat list ant task queries

2005-06-24 Thread Tim Diggins
Karasek-XID, Nicolas wrote: Hi Tim, To prevent the Undeploy task failing to stop the process you can wrap it in a TryCatch task from ant contrib. Take a look at http://ant-contrib.sourceforge.net/ superb -- what a great task/project, totally changes my view of ant. many thanks --

AW: tomcat list ant task queries

2005-06-23 Thread Bernhard Slominski
onnerstag, 23. Juni 2005 13:28 > An: Tomcat > Betreff: tomcat list ant task queries > > > Hi - > > (using ant to deploy an application for testing purposes) > > Is there a way to use the "list" anttask to put the list of installed > tasks into a property? &

RE: tomcat list ant task queries

2005-06-23 Thread Karasek-XID, Nicolas
Subject: tomcat list ant task queries Hi - (using ant to deploy an application for testing purposes) Is there a way to use the "list" anttask to put the list of installed tasks into a property? That way I could make a very flexible "reload" target which would check if the co

tomcat list ant task queries

2005-06-23 Thread Tim Diggins
Hi - (using ant to deploy an application for testing purposes) Is there a way to use the "list" anttask to put the list of installed tasks into a property? That way I could make a very flexible "reload" target which would check if the context was already in the list, and if it was then undep