So I have cruisecontrol.net 1.5 configured with various projects performing both Dotnet application and sandcastle documentation builds with MSBuild as well as Flex application builds with Ant and Mxmlc/ Compc. I have even written a custom versioning plugin and deployment plugin for cruisecontrol.net that interacts with Git.
One thing I have missed is how to report a simplified error message to our developers. Right now, when an exception or build error is reported, CCTray will just say there is an error and name the actual NAnt/Ant target OR Custom Task which is VERY general. This forces the developer to then open up the web dashboard and look at the build log which is quite long and scroll to the bottom of the file to find the exception. Is there any way to post a more specific error to the CCTray or at a minimum...display a 1-3 line output on the main dashboard page so debugging of the problem is quicker?
