You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/04/11 15:55:54 UTC

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

     [ http://jira.codehaus.org/browse/MNG-70?page=history ]
     
Brett Porter closed MNG-70:
---------------------------

    Resolution: Cannot Reproduce

> ClassLoader issue when executing the eclipse:eclipse goal
> ---------------------------------------------------------
>
>          Key: MNG-70
>          URL: http://jira.codehaus.org/browse/MNG-70
>      Project: m2
>         Type: Bug
>  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
>     Reporter: Cameron Braid
>  Attachments: maven-eclipse-plugin-fixTests.patch, patch.patch
>
>
> 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>

-- 
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


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