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….
<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>
Latest posts by scmgalaxy K (see all)
- Use of runtime variables to save into another variable using register in Ansible - September 6, 2018
- Ansible & Ansible Tower Variable Precedence Hierarchy - September 6, 2018
- How to use template in Ansible? - September 6, 2018