You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Thank you for your answers, I really helped!
I have another problem: I generate war file on the local machine, then copy it to the server and copy the file to the same clover.db, and There is writed a file to my java classes on the local machine (I not possible to generate war file on the server), then I generate a report on the server (mvn clover2: clover) in the report. I get error while report generating
[ERROR] Failed to render syntax highlights for /tmp/clover/C:\root_cvs\projects_src\applications\servlet\src\main\java\project\services\search\CServiceXMLResponse.java: C:\root_cvs\projects_src\applications\servlet\src\main\java\project\\services\search\CServiceXMLResponse.java (No such file or directory)
C:\root_cvs\projects_src\applications\servlet\src\main\java\project\\services\search\CServiceXMLResponse.java - my local path
How can I avoid this problem?
There are two options possible:
1) If you have sources available on a server where report is generated, you have to tell Clover where they're located. Unfortunately, there is no direct configuration option for maven-clover2-plugin, so you have to use the <reportDescriptor> parameter, which allows to point to the XML file in the Ant build file format. In this XML file configure your own <clover-report> task and define <sourcepath/> parameter.
See:
2) You can copy coverage data back to your build server and generate reports on the build machine. As sources are available there, Clover will find them (clover.db contains information about location of sources).
Cheers
Marek
Clover generated in the report folder follow files (in reportFolder/myPockets../):(html files for Java classes) C:\root_cvs\servlet\src\main\java\services\CJMSService.html (name of the file:C:\root_cvs\servlet\src\main\java\services\CJMSService) Is it correct? How I can change this name (Its too long name for JBoss) ?
On the build server this file is:CJMSService.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
G’day everyone! Super exciting news coming from the Marketplace. We have now fully rolled out the ability for end-users to submit app requests to admins directly from within the product! No longer ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.