[aspectwerkz-dev] ASM dependancy

Alexandre Vasseur <[email protected]> Fri, 24 Sep 2004 19:04:57 +0200
Newsgroups gmane.comp.java.aspectwerkz.devel,gmane.comp.java.coconut.user
Message-ID <[email protected]>
Hi

As I said the RC2 cannot be used if you are using older version of
ASM.jar due to some dependancies (cglib, hibernate, spring, geronimo).

Since it was a major issue, I have fixed it in cvs branch_1_0 by using
"jarjar" to remap ASM runtime, which is now embedded in the
aspectwerkz jar themself, that should allow us to work fine even if
you / a dependancy you have is already using some older ASM version.

In short, just have AspectWerkz work without taking care of the ASM dependancy.

Alex