dev@glassfish.java.net

Re: Multiple asm jars in modules dir

From: Ken Cavanaugh <Ken.Cavanaugh_at_Sun.COM>
Date: Mon, 13 Apr 2009 15:26:03 -0700

Sahoo wrote:
> See below:
> glassfish@~/WS/gf/v3/publish/glassfish/modules$ ls -l asm*
> -rw-r--r-- 1 ss141213 staff 102858 Apr 11 13:30
> asm-all-repackaged.jar
> -rw-r--r-- 1 ss141213 staff 32693 Apr 11 13:30 asm-commons.jar
> -rw-r--r-- 1 ss141213 staff 21879 Apr 11 13:30 asm-tree.jar
> -rw-r--r-- 1 ss141213 staff 44094 Dec 18 20:17 asm.jar
>
> Please fix your module dependencies to use only asm-all-repackaged.jar
> or mark the asm dependencies as provided so that it does not
> automatically becomes part of modules dir.
>
> Sahoo
There are a number of copies of ASM in GFv3. I have a renamed and
repackaged copy in the ORB,
in the glassfish-corba-asm bundle. I have upgraded to ASM version 3.1.

Do we have a list of all the different copies, and the corresponding ASM
versions in the system?
I could pretty easily move to depending on a standard GFv3 version in
the delivered ORB packages,
I think.

Thanks,

Ken.