Re: [Dev] [C5] Jacoco reports are not generating for Pax-Exam Test cases

2015-08-26 Thread Aruna Karunarathna
Krishantha and I were able to resolve this issue. The problem here was, since osgi-tests is a separate module, the jacoco plugin was unable to find the class files in core bundle for the report generation. Thanks Krishantha for the support given to resolve the issue. Regards, Aruna On Wed, Aug

[Dev] [C5] Jacoco reports are not generating for Pax-Exam Test cases

2015-08-26 Thread Aruna Karunarathna
Hi all, After integrating the pax-exam plugin to the kernel. Jacoco reports are not generated for the OSGi based tests. Following is the output I'm getting. --- jacoco-maven-plugin:0.7.5.201505241946:restore-instrumented-classes (default-restore-instrumented-classes) @ osgi-tests --- [INFO]

Re: [Dev] [C5] Jacoco reports are not generating for Pax-Exam Test cases

2015-08-26 Thread Krishantha Samaraweera
Hi Aruna, Can you use Jacoco ReportGenerator class at [1] and parse your jacoco.exec file into it. By doing it we will be able to analyse what has been captured in data dump file. You better escalate the issue to Jacoco community in same time. Thanks, Krishantha. [1]