From: Code C. <cc...@ya...> - 2011-04-27 23:41:04
|
Hi, I am trying to instrumenting a war file. It doen't instrument all the classes in the war file. I see only class getting instrumented. C:\temp\codecoverage>c:\temp\cobertura-1.9.4.1\cobertura-instrument.bat c:\temp\codecoverage\provision.war Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook Picked up _JAVA_OPTIONS: -Xrunjvmhook -Xbootclasspath/a:C:\PROGRA~1\HP\QUICKT~1\ bin\JAVA_S~1\classes;C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\classes\jasmine.jar Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file Cobertura: Loaded information on 1 classes. Instrumenting 1 file Am I doing anything wrong. Could you suggest me how to instrument a war file using commandline. Thanks, Parthu |