1. Is there anyway I could parse this jacoco.exec and view the reports?
Yes, you can create a report from exec files. JaCoCo comes with Ant task and Maven goal for this. See documentation.
2. I want to push this jacoco.exec to the SONAR server. I tried with output=tcpclient,address=lxdm379m7.xyz.com,port=9000. What I notice is nothing is happening on the SONAR server.
This won't work: The JaCoCo tcp protocol is not compatible with http. You need to provide the exec file to Sonar. Please visit Sonar documentation and their mailing list for help.
Regards, -marc On 2014-12-16 23:19, [email protected] wrote:
Thanks Marc. JaCoCo latest version did the trick for the JMX solution. I was able to generate the jacoco.exec file with output=file with the jmx settings. I gained some confidence for me :) Now a couple of more questions: 1. Is there anyway I could parse this jacoco.exec and view the reports? 2. I want to push this jacoco.exec to the SONAR server. I tried with output=tcpclient,address=lxdm379m7.xyz.com,port=9000. What I notice is nothing is happening on the SONAR server. (address=lxdm379m7.xyz.com,port=9000)-> sonar server and port number Regards Eajaz
-- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/9b3cecbbd5e39a2236349a47bc5bc6ee%40mountainminds.com. For more options, visit https://groups.google.com/d/optout.
