Howard,

To my knowledge the Groovy support is not dependent upon cglib. The
Groovy jar is bundled with parts of (or maybe all of it) Objectweb's
ASM. This seems also to be the case with cglib. So I assume this is
the conflict.

I think both the cglib and Groovy jars are available without bundled
ASM from ibiblio: groovy-1.0-beta-9.jar instead of
groovy-all-1.0-beta-9.jar and cglib-2.0.1.jar instead of
cglib-all-2.0.1.jar.

So we could add ASM as a separate jar. The question is just if the
Groovy and cglib jars are both compatible with the same ASM jar. This
is probably easiest to test :-)

--knut

On Thu, 10 Feb 2005 15:48:44 -0500, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> There's a conflict between the cglib used by EasyMockClassExtension
> 1.1 and the cglib packaged inside Groovy beta 9.
> 
> It causes a single test to fail inside Eclipse.  It works out that
> there is not a conflict in the Ant build.
> 
> Hopefully, either there will be a EasyMockClassExtension 1.2 or a
> change to Groovy will get us out of JAR hell.
> 
> --
> Howard M. Lewis Ship
> Independent J2EE / Open-Source Java Consultant
> Creator, Jakarta Tapestry
> Creator, Jakarta HiveMind
> 
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to