Details
Description
With this patch there is 3 default xslt embedded :
boosttest-1.x-to-junit-1.0.xsl
cpptestunit-1.x-to-junit-1.0.xsl
cppunit-1.x-to-junit-1.0.xsl
Use example :
<sonar.cxx.xunit.xsltURL>
cppunit-1.x-to-junit-1.0.xsl
</sonar.cxx.xunit.xsltURL>
You can again download the xslt with an url like this :
<sonar.cxx.xunit.xsltURL>
http://mysite.com/blabla/boosttest-to-junit.xsl
</sonar.cxx.xunit.xsltURL>
Activity
Waleri Enns
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Waleri Enns
made changes -
| Assignee | Waleri Enns [ wenns ] | |
| Fix Version/s | CXX-0.1 [ 18353 ] |
Waleri Enns
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
I have some issues with the patch.
First, it contains both DOS-style newlines (in the .xsl-files)
and tabs (in java code). Please cleanup your patches before submitting.
Second, it didnt apply first:
"patch: **** malformed patch at line 390: \ No newline at end of file"
I had to remove those lines from the patch file manually. How did you create it?
The patch-program I used is:
$ patch --version
patch 2.5.4
Copyright 1984-1988 Larry Wall
...
Nevertheless, thanks for the patch!