I have a couple of web application solutions that we build that include a number of JavaScript files. Recently we have had some issues where syntax errors in those scripts made it to QA. So being the build manager I am I found a nice little tool that checks JavaScripts for syntax errors.
I was easily able to integrate the output from this tool into the build log for the project, but now I would like to include that output into the build report which is something I have not done before and I'm looking for some guidence on how I would implement this. Any assistance is greatly appreciated. Thanks.
