Instrument

  • 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> <fileset dir=”${jar.location}” includes=”**/*.jar” /> </instrpath> [/code] But I am getting following error during execution…. [instr] processing instrumentation path … [instr] package [org/w3c/dom] contains classes [DOMException]…

  • 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, Rajesh Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I…