我为 Cobertura 配备仪器所遵循的步骤
instrumenting the sources with cobertura
create war and deploy in tomcat
started the tomcat
Tomcat 显示错误:
2012 年 3 月 22 日下午 4:22:58 org.apache.catalina.core.StandardContext 启动严重:错误 listenerStart 2012 年 3 月 22 日下午 4:22:58 org.apache.catalina.core.StandardContext 启动
当排除监听器时我仍然收到上述错误。
我做了一些研发,发现具有导入语句 com.XXX.ppl.servcies 的类会导致侦听器失败。当我排除它们时,tomcat 运行良好。
我的问题是有很多类都有上述语句。
答案1
我尝试使用 Java 1.7 来检测类,当我恢复到 Java 版本 1.6 时,cobertra 运行良好