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)
- What Popular Apps Were Built With C/C++. Why Other Programming Languages Would Not Suit? - January 9, 2025
- Top 11 DevOps consulting companies in 2024. - January 8, 2025
- Atlassian Jira Demo - January 4, 2025