[xbuild] Handle unknown exceptions.
authorAnkit Jain <radical@corewars.org>
Fri, 11 Mar 2011 13:05:19 +0000 (18:35 +0530)
committerAnkit Jain <radical@corewars.org>
Fri, 11 Mar 2011 13:16:19 +0000 (18:46 +0530)
Re-throw any unknown exceptions.
* Project.cs: Log the exception, doing it here also, so that direct
project.Build(..) call failures also get logged.
* Engine.cs: Log the unknown exception only if the build is running.
This allows for the case when Project.Build caught it and ended the
build.


No differences found