« Return to Thread: Quick dependencies question
Ah I see. I didn’t know you were using the trunk. The trunk
is post 1.9.
From: Greg Allen
[mailto:gallen15@...]
Sent: Thursday, July 03, 2008 10:34 AM
To: cobertura-devel@...; John W. Lewis
Subject: RE: [Cobertura-devel] Quick dependencies question
|
Yeah, just double checked, when I got the trunk from the
subversion repository, asm3.0 was in the library. From: John W. Lewis
<JohnW.Lewis@...> Please
double check. To my knowledge Cobertura 1.9 uses asm
2.2.1. Follow
the example on the web site. Note that a special cobertura.classpath
is created and used to do the typedef. This classpath is separate
from the classpath you use in your tests. From:
cobertura-devel-bounces@...
[mailto:cobertura-devel-bounces@...] On Behalf Of Greg
Allen So,
trying to get cobertura to work. I downloaded the latest (I think it
was 1.9), it had asm 3.0. Cobertura uses ASM to modify your bytecode. There are a few other popular
programs that use ASM; Groovy and Hibernate, to name two. You could have
problems if Cobertura uses a different version of asm and you add both
versions to your classpath. Cobertura only uses ASM when instrumenting. Cobertura does not need ASM
in your classpath when running tests. If you're seeing classpath
conflicts, just make sure the asm jar that comes with Cobertura is used only
by Cobertura, and only when instrumenting.
|
« Return to Thread: Quick dependencies question
| Free Forum Powered by Nabble | Forum Help |