Hi all, Can I use Jacoco for jar instrumentation without using Maven or ant tasks provided.
I know that adding agent jar as JVM option to my server startup script will generate jcoco.exec file. However as per the documentation, to generate coverage report, I need to point class files. Since I don't have source files or class files, only option left is to extract all jar files and put class files to temp directory, and point them at report generation. Is there any better alternative for this ? Thanks, Krishantha. -- 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/ad2f7c90-a628-441a-9a3d-adfabcdf175d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
