Re: If one execution is failed

2007-04-20 Thread Wayne Cannon
Have you considered using the Logger (e.g., Log4J) to do this? --Wayne Denis Bessmertnyj wrote: I have a lot of If one execution is failed I need to know about it. How I may get this info? Note that all use this info. --- Denis Bessmertnyj, GUI SoftWeb --

Re: If one execution is failed

2007-04-20 Thread Denis Bessmertnyj
How I may use a resultproperty? May you give me an example? thank you - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, April 20, 2007 12:22 PM Subject: AW: If one execution is failed -Ursprüngliche Nachricht- Von: Denis Bessmertnyj [mailto:[EMAIL PROTECTED] G

RE: If one execution is failed

2007-04-20 Thread Rebhan, Gilbert
Hi, have a look on antcontrib's / : http://ant-contrib.sourceforge.net/tasks/tasks/trycatch.html you could put those critical java tasks inside a try catch construct and do an echo or other stuff before fail. Regards, Gilbert -Original Message- From: Denis Bessmertnyj [mailto:[EM