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]
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024