After I completed the data collection into jacoco.exec, I run the ant task to generate the report referring all the relevant application jar class packages.
Then I will get the error message "Error while creating report". After some investigation, I find it's failed because of the inclusion of some packages. Then I divided the referred application jar packages into two groups. And run the report ant task separately for them. Surprisingly, it's working this way and generated two reports. However, even if it's working that way, I still need to generate a single report by referring all the jar. packages together. And also wondering what could possibly lead to this issue? -- 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/00052b31-a069-4be4-ab1e-8e5ebb16648b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
