RE: don't fail build on failed task

2004-03-22 Thread Conelly, Luis (GNF, Contractor)
: Monday, March 22, 2004 1:06 PM To: Ant Users List Subject: RE: don't fail build on failed task The ant-contrib project has a task. I have not used it, but you might check it out to see if it meets your needs. http://ant-contrib.sourceforge.net/ Look under "Other tasks" for th

RE: don't fail build on failed task

2004-03-22 Thread Anderson, Rob (Global Trade)
. Hoover [mailto:[EMAIL PROTECTED] > Sent: Monday, March 22, 2004 10:50 AM > To: Ant Users List > Subject: don't fail build on failed task > > > I am using ant to build and deploy > a webapp to tomcat. I have a deploy > task and an undeploy task. The deploy > task fail

don't fail build on failed task

2004-03-22 Thread Dean A. Hoover
I am using ant to build and deploy a webapp to tomcat. I have a deploy task and an undeploy task. The deploy task fails if the app is already deployed. The undeploy task fails if the app is not already deployed. I find myself constantly typing: ant undeploy deploy which works fine if the build goes