Revision: 245
Author: fgeorges
Date: Tue Jul 8 08:26:56 2014 UTC
Log: Add the pwd parameter when applying the coverage stylesheet, as
suggested by Vasu on the mailing list last month.
http://code.google.com/p/xspec/source/detail?r=245
Modified:
/trunk/bin/xspec.bat
=======================================
--- /trunk/bin/xspec.bat Mon Sep 26 15:44:06 2011 UTC
+++ /trunk/bin/xspec.bat Tue Jul 8 08:26:56 2014 UTC
@@ -82,7 +82,7 @@
IF %COVERAGE%x == coveragex GOTO coverage2
GOTO endif4
:coverage2
- java -cp "%CP%" net.sf.saxon.Transform -l:on -o:%COVERAGE_HTML%
-s:%COVERAGE_XML%
-xsl:"%~dp0\..\src\reporter\coverage-report.xsl" "tests=%XSPEC%"
+ java -cp "%CP%" net.sf.saxon.Transform
-l:on "-o:%COVERAGE_HTML%" "-s:%COVERAGE_XML%" "-xsl:%~dp0\..\src\reporter\coverage-report.xsl" "tests=%XSPEC%" "pwd=file:///%~dp0"
%COVERAGE_HTML%
:endif4