Hi,

have a look on antcontrib's <try> / <catch> :

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:[EMAIL PROTECTED] 
Sent: Friday, April 20, 2007 11:04 AM
To: Ant Users List
Subject: If one execution is failed <java...

I have a lot of <java ... executions in one build.xml.
If one execution is failed I need to know about it. How I may get this
info?
Note that all <java tasks write output to separate files and I can't use

this info.

---
Denis Bessmertnyj,
GUI SoftWeb 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to