From: Liang HE <goa...@gm...> - 2010-09-30 08:06:39
|
Hi All, I am new to Cobertura, wonder if cobertura is able to measure referenced-lib. We have a main project, say App.ear, deployed on OC4j app server, and a few projects are packaged and put in shared-lib under j2ee/home. I instrumentd all these projects (classes and jar files), and started the app server. It runs well. Then I access flushCobertura or stop app server to dump coverage information. What is frustrating me is that only classes in main Project were measured and have correct data; the referenced classes are showed 0% coverage. I am quite sure they were accessed. Should I do something particularly to have it work? Thanks, Liang |