Re: Fail message in a try ... catch

2006-04-05 Thread Nicolas Vervelle
Reorganize your code: put the inside not outside ar wrote: Hi all, I loop on a fileset and use antcall to call a target for each file. Processing file tasks can fail. I use the Ant-Contrib trycatch task to make some alternative processing and customize error messages in my catch section

Fail message in a try ... catch

2006-04-05 Thread ar
Hi all, I loop on a fileset and use antcall to call a target for each file. Processing file tasks can fail. I use the Ant-Contrib trycatch task to make some alternative processing and customize error messages in my catch section whenever one task fails ( . I'd like to include the file name