From: Alexander J. <aje...@gm...> - 2013-06-20 15:33:30
|
Hi Jason, Are you getting it while instrumenting the code? I also see the same problem, and figured out it happens if any tests are being executed during instrumentation (a mvn package running surefire tests). I disabled the tests and the instrumentation went fine. Yet to test it after deploying the instrumented code on JBoss. Thanks, Alex. On Thu, Jun 6, 2013 at 5:08 PM, Steven Christou <sch...@gm...>wrote: > Are you using old instrumented code? We actually removed the > HasBeenInstrumented interface from being put in the byte code, which will > require that you re-instrument all your code. > > > On 06/06/2013 04:39 PM, Jason Donmoyer wrote: > > Attempting to use Cobertura 2.0 in my existing project results in > a java.lang.NoClassDefFoundError: > net/sourceforge/cobertura/coveragedata/HasBeenInstrumented. Investigating > the github repository and the 2.0 jar file reveals no such file. Can > anyone shed some light on what the issue is? > > Jason > * > * > > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processeshttp://p.sf.net/sfu/servicenow-d2d-j > > > > _______________________________________________ > Cobertura-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cobertura-devel > > > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > > |