Is it possible to return "custom" errors to TFS 2010 from FB

Hi,

If a FB project is called from TFS 2010 and there is an error executing the project the following message is showed in the TFS build log under "Other errors and warnings": "FinalBuilder project failed with error code 1. Please see the build log for details."

Is there any way to return a "custom" error message to TFS that would provide more info?

Currently I am using "Action.SendLogMessage" to output a message like "Test XXX failed during TestExecute run" followed by the "Stop, Failure" action, but I would like to be able to have this error message displayed as the error message in TFS.

 

Thanks, Lars

This is not currently possible and I’m not sure it is possible to implement.