MSBuild ContinueOnError = treat errors as warnings???

MSBuild ContinueOnError = treat errors as warnings???

am 13.11.2007 10:59:35 von JayFleming

Hi all,

I'm currently working on a build system, and require the build process
to continue in the event of an error..so I've been looking at the
ContinueOnError flag. The problem (as I see it) is that this actually
converts any errors to warnings...so the error actually disappears and
becomes a warning...is there no way to continue but to keep the error
as an error so it can be correctly tracked in the build report
etc...???

Cheers,
Jay

Re: MSBuild ContinueOnError = treat errors as warnings???

am 19.11.2007 12:47:11 von JayFleming

Anyone know a way of raising/trapping multiple errors while continuing
build execution???