Hi, did you check the content of the exec file? When you dump the content with "dumpexec" of the 0.8.0 CLI what classes do you get listet?
Also you might want to check your java processes running on your machine: Application servers typically start multiple JVMs e.g. one for management and one for application hosting. If you configure the agent for both you might connect to the wrong process. Regards, -marc On 2018-01-16 00:52, ari wrote: > All, > I am trying to get the coverage using latest cversion of Jacoco (0.8.0) by > deploying application on weblogic. > Running the tests by enabling the Jacoco agent in weblogic and getting the > dump later via tcpserver mode. > > Using the Java client to get the dump, but later then i try to read the > classes it reports only all the weblogic related ones, though Ispecified the > application related classes int the include paramter. > I see the same classes instrumented in the classDumpdir but not in the dump > retrieved via java client or Jacocoant task or cli command. > Can you let m eknow if I am missing anything in the configuration.? > > Thanks > > -- > 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/85aa40eb-25de-4153-8933-6f2641193378%40googlegroups.com > [1]. > For more options, visit https://groups.google.com/d/optout. Links: ------ [1] https://groups.google.com/d/msgid/jacoco/85aa40eb-25de-4153-8933-6f2641193378%40googlegroups.com?utm_medium=email&utm_source=footer -- 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/f3eb1d12509dffae37ef3a48983b4793%40mountainminds.com. For more options, visit https://groups.google.com/d/optout.
