Jar instrumentation using Emma

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]

Rajesh Kumar
Follow me
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x