Dain Sundstrom <[EMAIL PROTECTED]> wrote on 10/06/2005 12:37:37 PM:

> The jar is here:
>
> http://cvs.apache.org/repository/cglib/jars/cglib-nodep-
> HEAD-06-06-05.jar
>
> This is a bit crazy.  The jar is in the repository in the right  
> directory, with the right permissions.  You can tell because you can  
> download it.
>
> I'm going to upgrade to the official 2.1.1 release (which I'll get  
> put on ibiblio) now that it is our, but I am concerned with the fact  
> that this didn't work.
>
> -dain


Dain, FYI, I tried changing my build to use a manually downloaded cglib-nodep-2.1.1 but the build fails with:

java:compile:
    [depend] Deleted 0 out of date files in 0 seconds
    [echo] Compiling to C:\Projects\J2EE\geronimo\modules\kernel/target/classes
    [javac] Compiling 106 source files to C:\Projects\J2EE\geronimo\modules\kernel\target\classes
C:\Projects\J2EE\geronimo\modules\kernel\src\java\org\apache\geronimo\kernel\basic\ProxyMethodInterceptor.java:27: package net.sf.cg
lib.asm does not exist
import net.sf.cglib.asm.Type;

Looking in the cglib-nodep-2.1.1.jar it appears that the net.sf.cglib.asm package has moved to org.objectweb.asm .

This wasn't mentioned in the release notes for the 2.1.1 cglib release, so I'm not sure if it is intentional.

John

Reply via email to