Instrument Jar file issues

scmuser created the topic: Instrument Jar file issues Hi, i am instrumenting jar file using following script… [code language=”css”] <emma enabled=”${emma.enabled}” > <instr mode=”overwrite” instrpath=”${jar.location}” destdir=”${inst.jar.location}” metadatafile=”${inst.jar.location}/metadata.emma” merge=”no” > <instrpath>…

Read more »

Instrument class files from all subdirectory

rajeshkumar created the topic: instrument class files from all subdirectory Hi, is there any possibilities to instrument classes from all sub-directory instead of single class directory? Any sample code? Regards,…

Read more »