You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Ralph Poellath (JIRA)" <ji...@codehaus.org> on 2005/08/26 11:17:02 UTC

[jira] Created: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

cglib 2.1_2 should depend on asm 1.5.3, not 2.0
-----------------------------------------------

         Key: MEV-66
         URL: http://jira.codehaus.org/browse/MEV-66
     Project: Maven Evangelism
        Type: Bug
  Components: Dependencies  
 Reporter: Ralph Poellath


cglib 2.1_2 has a dependency on asm 2.0, with which it is incompatible.

A mailing list discussion on the subject starts at
http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112498159906141&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-66?page=all ]
     
Carlos Sanchez closed MEV-66:
-----------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

Make it depend on 1.5.3

> cglib 2.1_2 should depend on asm 1.5.3, not 2.0
> -----------------------------------------------
>
>          Key: MEV-66
>          URL: http://jira.codehaus.org/browse/MEV-66
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Ralph Poellath
>     Assignee: Carlos Sanchez

>
>
> cglib 2.1_2 has a dependency on asm 2.0, with which it is incompatible.
> A mailing list discussion on the subject starts at
> http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112498159906141&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-66?page=comments#action_45393 ] 

Joerg Schaible commented on MEV-66:
-----------------------------------

So I advice any of those "cglib team members" at least to try to use cglib-2.1_2 with asm-2.0. If *I* do I get always a lot of NoClassDefFoundError exceptions. They do not happen if you run it with asm-1.x and another indication is, that cglib-nodeps-2.1_2 contain the asm-1.x sources with a different package name!

> cglib 2.1_2 should depend on asm 1.5.3, not 2.0
> -----------------------------------------------
>
>          Key: MEV-66
>          URL: http://jira.codehaus.org/browse/MEV-66
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Ralph Poellath

>
>
> cglib 2.1_2 has a dependency on asm 2.0, with which it is incompatible.
> A mailing list discussion on the subject starts at
> http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112498159906141&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

Posted by "Ralph Poellath (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-66?page=comments#action_45395 ] 

Ralph Poellath commented on MEV-66:
-----------------------------------

Could you provide a test case?

> cglib 2.1_2 should depend on asm 1.5.3, not 2.0
> -----------------------------------------------
>
>          Key: MEV-66
>          URL: http://jira.codehaus.org/browse/MEV-66
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Ralph Poellath

>
>
> cglib 2.1_2 has a dependency on asm 2.0, with which it is incompatible.
> A mailing list discussion on the subject starts at
> http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112498159906141&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-66?page=comments#action_45398 ] 

Joerg Schaible commented on MEV-66:
-----------------------------------

public void testCGLib() throws Exception {
        assertNotNull(new Enhancer());
}

throws with cglib-2.1_2 and asm-2.0:

============ %< ============

java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor
	at net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:165)
	at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
	at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:215)
	at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
	at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
	at demo.CGLibTest.testCGLib(CGLibTest.java:33)
Exception in thread "main" 

============ %< ============

Works with cglib-2.1_2 and asm-1.5.3 or with cglib-nodeps-2.1_2 alone. There is no org.objectweb.asm.CodeVisitor anymore in asm-2.0: http://asm.objectweb.org/current/doc/javadoc/user/index.html

> cglib 2.1_2 should depend on asm 1.5.3, not 2.0
> -----------------------------------------------
>
>          Key: MEV-66
>          URL: http://jira.codehaus.org/browse/MEV-66
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Ralph Poellath

>
>
> cglib 2.1_2 has a dependency on asm 2.0, with which it is incompatible.
> A mailing list discussion on the subject starts at
> http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112498159906141&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

Posted by "Chris Nokleberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-66?page=comments#action_45437 ] 

Chris Nokleberg commented on MEV-66:
------------------------------------

Just wanted to confirm that it should be 1.5.3. Sorry for the confusion!

> cglib 2.1_2 should depend on asm 1.5.3, not 2.0
> -----------------------------------------------
>
>          Key: MEV-66
>          URL: http://jira.codehaus.org/browse/MEV-66
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Ralph Poellath

>
>
> cglib 2.1_2 has a dependency on asm 2.0, with which it is incompatible.
> A mailing list discussion on the subject starts at
> http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112498159906141&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

Posted by "Ralph Poellath (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-66?page=comments#action_45435 ] 

Ralph Poellath commented on MEV-66:
-----------------------------------

The wrong version number in the POM has just been confirmed by a cglib team member. The dependency should definitely be on asm 1.5.3.

> cglib 2.1_2 should depend on asm 1.5.3, not 2.0
> -----------------------------------------------
>
>          Key: MEV-66
>          URL: http://jira.codehaus.org/browse/MEV-66
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Ralph Poellath

>
>
> cglib 2.1_2 has a dependency on asm 2.0, with which it is incompatible.
> A mailing list discussion on the subject starts at
> http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112498159906141&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

Posted by "Ralph Poellath (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-66?page=comments#action_45391 ] 

Ralph Poellath commented on MEV-66:
-----------------------------------

I contacted a cglib team member, and he said that cglib 2.1_2 in fact does depend on asm 2.0 (the dependencies listed on the cglib website are outdated), and is of course compatible. I assume this issue should be closed.


> cglib 2.1_2 should depend on asm 1.5.3, not 2.0
> -----------------------------------------------
>
>          Key: MEV-66
>          URL: http://jira.codehaus.org/browse/MEV-66
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Ralph Poellath

>
>
> cglib 2.1_2 has a dependency on asm 2.0, with which it is incompatible.
> A mailing list discussion on the subject starts at
> http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112498159906141&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-66?page=comments#action_45306 ] 

Carlos Sanchez commented on MEV-66:
-----------------------------------

so, what should it be? (please take a look at cglib docs)

> cglib 2.1_2 should depend on asm 1.5.3, not 2.0
> -----------------------------------------------
>
>          Key: MEV-66
>          URL: http://jira.codehaus.org/browse/MEV-66
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Ralph Poellath

>
>
> cglib 2.1_2 has a dependency on asm 2.0, with which it is incompatible.
> A mailing list discussion on the subject starts at
> http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112498159906141&w=2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org