Welcome, Guest
Username Password: Remember me

jar instrumentation using Emma
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: jar instrumentation using Emma

jar instrumentation using Emma 1 year, 7 months ago #371

  • scmuser
  • OFFLINE
  • Gold Boarder
  • scm master
  • Posts: 237
  • Points: 3429
  • Karma: 0
  • Honor Medal 2009
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?

Re:jar instrumentation using Emma 1 year, 7 months ago #374

  • scmuser
  • OFFLINE
  • Gold Boarder
  • scm master
  • Posts: 237
  • Points: 3429
  • Karma: 0
  • Honor Medal 2009
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>
  • Page:
  • 1
Time to create page: 0.97 seconds

     
    
Home Forum