From: Shivakumar P. <sh...@ec...> - 2011-07-06 14:38:23
|
Hi, 1-> Using Cobertura 1.9.4.1 and tomcat6. 2-> Instrumented the class files except 3rd party JAR files. 3-> Placed Cobertura.ser under tomcat6 bin directory and copied the instrumented class files to WEB-INF\classes folder. 4-> Started tomcat6 and tested the application manually without using JUNIT test classes and ant task. 5-> Stopped tomcat6 and generated the coverage report, everything shows 0% coverage. 6-> Also added the below java option to tomcat6 service -> -Dnet.sourceforge.cobertura.datafile=E:\eClinicalWorks\tomcat6\bin\cobertura .ser Any thing wrong in what is being done here. CONFIDENTIALITY NOTICE TO RECIPIENT: This transmission contains confidential information belonging to the sender that is legally privileged and proprietary and may be subject to protection under the law, including the Health Insurance Portability and Accountability Act (HIPAA). If you are not the intended recipient of this e-mail, you are prohibited from sharing, copying, or otherwise using or disclosing its contents. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and permanently delete this e-mail and any attachments without reading, forwarding or saving them. Thank you. |