Re: How to undeploy web application if it exists

2007-12-08 Thread David Weintraub
Have another target called "_undeploy-test". This target will use test whether or not the product is actually deployed. You can the or task to test whether or not your project is deployed. The task is defined here: . The task is described h

How to undeploy web application if it exists

2007-12-08 Thread hezjing
Hi How do I check if an web application already installed in Tomcat 5.5.x? I have a DeployTask and UndeployTask configured in build.xml, and I want Ant to undeploy the existing web application automatically before it deploys the new one. Currently, I have to run Ant with 2 targets like > ant und

Re: How to create a file?

2007-12-08 Thread bsbiran
thanks Francisco! Francisco Tolmasky wrote: > > 1) > 2) > > Francisco > > > On Dec 8, 2007, at 11:59 AM, bsbiran wrote: > >> >> Hello, >> >> Can someone please help me. I need to create a file jim.txt >> >> 1) Delete jim.txt >> 2) create jim.txt >> >> Please help >> >> BS. >> -- >> View

Re: How to create a file?

2007-12-08 Thread Francisco Tolmasky
1) 2) Francisco On Dec 8, 2007, at 11:59 AM, bsbiran wrote: Hello, Can someone please help me. I need to create a file jim.txt 1) Delete jim.txt 2) create jim.txt Please help BS. -- View this message in context: http://www.nabble.com/How-to-create-a-file--tf4968225.html#a14232007 Sent

How to create a file?

2007-12-08 Thread bsbiran
Hello, Can someone please help me. I need to create a file jim.txt 1) Delete jim.txt 2) create jim.txt Please help BS. -- View this message in context: http://www.nabble.com/How-to-create-a-file--tf4968225.html#a14232007 Sent from the Ant - Users mailing list archive at Nabble.com. --