Can we copy jacoco.exec ( execution data file) generated on linux to Windows and use it as input for merge ANT target? We are getting cannot read file(execution data file copied from linux) error while merge. Is there any way to fix this? More details below...
We want to merge execution data files generated on different envs (one generated on Linux for selenium and other generated on Windows for jUnits) to get a combined coverage report. We are using ANT, "jacoco:merge" is being run on Windows. We have copied jacoco.exec from Linux to Windows and trying to merge the files. -- 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/7df774ff-11b4-484c-be93-f11b2f4ccf3d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
