[xspec] r245 committed - Add the pwd parameter when applying the coverage stylesheet, as sugges...

4 views
Skip to first unread message

xs...@googlecode.com

unread,
Jul 8, 2014, 4:27:10 AM7/8/14
to xspe...@googlegroups.com
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

Reply all
Reply to author
Forward
0 new messages