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
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