You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ji...@codehaus.org on 2004/09/18 15:37:26 UTC

[jira] Commented: (MNG-70) ClassLoader issue when executing the eclipse:eclipse goal

The following comment has been added to this issue:

     Author: Trygve Laugstol
    Created: Sat, 18 Sep 2004 9:37 AM
       Body:
Is this still a issue for you? It's probably beause of a non-successful build of maven 2 causing some of the jars to be newer that others.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MNG-70?page=comments#action_24225

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-70

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-70
    Summary: ClassLoader issue when executing the eclipse:eclipse goal
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2

   Assignee: 
   Reporter: Cameron Braid

    Created: Tue, 17 Aug 2004 2:08 PM
    Updated: Sat, 18 Sep 2004 9:37 AM
Environment: Windows XP

java version "1.4.2_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)

m2 checked out at 2004-08-18

Description:

D:\maven2\src\maven-core>m2 eclipse:eclipse
[INFO] [eclipse:eclipse]
---------------------------------------------------
constituent[0]: file:/d:/maven2/lib/commons-cli-1.0-beta-2.jar
constituent[1]: file:/d:/maven2/lib/marmalade-core-0.1.jar
constituent[2]: file:/d:/maven2/lib/marmalade-el-ognl-0.1.jar
constituent[3]: file:/d:/maven2/lib/maven-core-2.0-SNAPSHOT.jar
constituent[4]: file:/d:/maven2/lib/maven-model-2.0-SNAPSHOT.jar
constituent[5]: file:/d:/maven2/lib/maven-plugin-2.0-SNAPSHOT.jar
constituent[6]: file:/d:/maven2/lib/ognl-2.5.1.jar
constituent[7]: file:/d:/maven2/lib/plexus-i18n-1.0-beta-3.jar
---------------------------------------------------
Exception in thread "main" java.lang.VerifyError: (class: org/apache/maven/plugin/eclipse/EclipsePlugin, method: execute signature:
(Lorg/apache/maven/plugin/PluginExecutionRequest;Lorg/apache/maven/plugin/PluginExecutionResponse;)V) Incompatible object argument f
or function call
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
        at java.lang.Class.getConstructor0(Class.java:1922)
        at java.lang.Class.newInstance0(Class.java:278)
        at java.lang.Class.newInstance(Class.java:261)
        at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:71)
        at org.codehaus.plexus.DefaultPlexusContainer.createComponentInstance(DefaultPlexusContainer.java:1182)
        at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:92)
        at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:65)
        at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:166)
        at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:265)
        at org.apache.maven.lifecycle.session.MavenSession.lookup(MavenSession.java:112)
        at org.apache.maven.lifecycle.goal.MavenGoalExecutionContext.lookup(MavenGoalExecutionContext.java:74)
        at org.apache.maven.lifecycle.goal.phase.GoalAttainmentPhase.execute(GoalAttainmentPhase.java:67)
        at org.apache.maven.lifecycle.goal.DefaultMavenGoalPhaseManager.execute(DefaultMavenGoalPhaseManager.java:48)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:116)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:86)
        at org.apache.maven.MavenCli.main(MavenCli.java:150)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:350)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:290)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:433)
D:\maven2\src\maven-core>


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira