relative links not working in CruiseControl.NET HtmlReportPlugin
问题 I have a merge task in the publisher area of my CruiseControl.NET project that successfully copies a collection of html and png files to the artifacts directory. I've enabled the HtmlReportPlugin in the dashboard like this: <buildPlugins> <buildReportBuildPlugin> <xslFileNames> <xslFile>xsl\header.xsl</xslFile> <xslFile>xsl\compile.xsl</xslFile> <xslFile>xsl\modifications.xsl</xslFile> <xslFile>xsl\MsTestSummary2010.xsl</xslFile> </xslFileNames> </buildReportBuildPlugin> <buildLogBuildPlugin