Hi all, i have a growing number of tools in my process that don't offer options to output XML, but a lot of them can generate HTML reports. Is there a good way to integrate those reports in the dashboard?
A working solution would be to copy the reports to a directory that is accessible through the same webserver as the dashboard using the exec task or NAnt or else, and add some XSL hacks to link to the directory for each build. Would it be a good idea to create a task to publish HTML reports to a certain directory (artifacts directory?) and output some XML that contains links to the published reports and arbitrary additional information (tool name etc) to the build log. That way it would only need one simple XSL sheet to handle all tools that only offer HTML reports once and for all. Or do you consider this overkill? Thanks for sharing your thoughts. Kind regards, Daniel
