Hi,
For code coverage analysis, I have just started using Jacoco. The software under test is eclipse based I am using Jacoco version jacoco-0.7.1.201405082137 My setup - in the eclipse installation, I have 6 short cut's for eclipse.exe- as there are 6 users, who will be working on the same installation In my .ini file, I have appended the jacocoagent.jar - as below -javaagent:C:\Code_coverage_jacoco\jacoco-0.7.1.201405082137\lib\jacocoagent.jar The Jacoco.exec gets generated. No issues However, When I want to build a html report using Ant, I see that there is a message - unable to read execution data file After going through some articles, I understand that the reason could be that there are many studio shortcuts which was writing back to the Jacoco.exec file and this could have corrupted the file. Even I strongly suspect that this could be the issue – because I have another generated Jacoco.exec file, which was generated by only one user and that is absolutely fine. The solution mentioned was that the newer version of Jacoco would solve this issue. But even though I am using the latest version, I am seeing this issue Did any one face such issue ? If so what is the solution ? Cant more than one user use the same eclipse installation ? Thank you Aneesh Kumar -- 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]. For more options, visit https://groups.google.com/d/optout.
