Hi,
I have a problem in
handling errors inside NAnt script. Basically, I have many C++ code and I have
to compile it with different options for some groups of files. Therefore, I
might need to call "cc" task a couple times. If one of them fails, I would like
to continue to compile the next groups of files until it finishes and then fail
the whole process later. Is there any workaround to allow that? As I look into
the code, when the failonerror flag set to false, only logging has been done. It
might make sense if some flags/properties are set.
Thanks,
Nat