report-tab doesn't seem to work
Hello,
I couldn't get report tabs to show up. I added the a folder to artifacts :
doc/coverage => coverage
And covergae appeared in the artfacts of the projects
Then I added the following line to to main-config-xml inside server tag and directly below report tab for Java doc
<report-tab title="Coverage Summary" basePath="coverage" startPage="CoverageSummary.html" />
But the coverage tab still doen't show up (the html file does exist in the coverage folder)
Does anybody have any idea? Are report tabs not supported in the professional version?
Thanks
Mouk
Please sign in to leave a comment.
Hello,
Report tabs are supported in professional edition.
A report tab is shown only if the relevant start page is available as an artifact.
In your case, build artifacts tree (shown on the Artifacts tab) should include coverage/CoverageSummary.html file.
Hope this helps,
KIR
Kirill,
thanks alot. It works now.