scmuser created the topic: jar instrumentation using Emma
Hi,
I am just referring following url emma.sourceforge.net/faq.html#q.runtime.appservers
and trying to instrument jar directly instead of class files.
Is there any different process for instrumenting jar files?
scmuser replied the topic: Re:jar instrumentation using Emma
I found some useful info below….
[code language=”css”]
<emma enabled=”${emma.enabled}” >
<instr mode=”fullcopy”
outdir=”${out.instr.dir}”
merge=”no”
filter=”${emma.filter}”
>
<instrpath>
<fileset dir=”${out.dir}” includes=”**/*.jar” />
</instrpath>
</instr>
</emma>
[/code]
- How to configure Elastic filebeat 8.3 with Elasticseach? - August 11, 2022
- How to Configure IP Network with ‘nmtui’ Tool - August 11, 2022
- Istio Tutorials: How to install & configure istio? - August 11, 2022