Is there a way to suppress error messages in the build report?
I am building an HTML5 help system with multiple merged projects and links between the merged projects. The help for merging projects suggests that these are links to an external file, which depend on the structure that the output is in. For example, a link from a topic in one child project to a topic in another child might look like ../../../../Subsystems/projectname/Content/topic.htm. I have created links in this form and they work in the output, including having the contents pane follow along. All good.
But during the build, every one of these is flagged with a "Link points outside project file" error. It's not an error, it's that way on purpose! There are a lot of these links, so these messages can hide other important messages. Is there a way to suppress these messages (or messages of any particular type)?