[ 
http://jira.codehaus.org/browse/MNG-4256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=184717#action_184717
 ] 

murray waters commented on MNG-4256:
------------------------------------

My original email:

Hi,

I'm getting the following stacktrace appearing as an event in my eclipse Error 
Log view.

Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".

java.lang.NoClassDefFoundError: 
org/apache/maven/project/artifact/ActiveProjectArtifact
    at 
com.totsp.mavenplugin.gwt.util.BuildClasspathUtil.addSourcesWithActiveProjects(Unknown
 Source)
    at 
com.totsp.mavenplugin.gwt.util.BuildClasspathUtil.buildClasspathList(Unknown 
Source)
    at com.totsp.mavenplugin.gwt.AbstractGWTMojo.fixThreadClasspath(Unknown 
Source)
    at com.totsp.mavenplugin.gwt.MergeWebXmlMojo.execute(Unknown Source)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(Unknown Source)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(Unknown 
Source)
    at org.apache.maven.DefaultMaven.execute(Unknown Source)
    at org.maven.ide.eclipse.internal.embedder.MavenImpl.execute(Unknown Source)
    at 
org.maven.ide.eclipse.internal.project.DefaultBuildParticipant.executePostBuild(Unknown
 Source)
    at 
org.maven.ide.eclipse.internal.project.DefaultBuildParticipant.build(Unknown 
Source)
    at org.maven.ide.eclipse.internal.builder.MavenBuilder.build(Unknown Source)
    at org.eclipse.core.internal.events.BuildManager$2.run(Unknown Source)
    at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(Unknown Source)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(Unknown Source)
    at org.eclipse.core.internal.events.BuildManager$1.run(Unknown Source)
    at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(Unknown Source)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(Unknown 
Source)
    at org.eclipse.core.internal.events.BuildManager.build(Unknown Source)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(Unknown Source)
    at org.eclipse.core.internal.events.AutoBuildJob.run(Unknown Source)
    at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)


This is occuring when running the maven project builder on my project (ie when 
doing a project--> clean with build automatically turned on)

Does anyone have any suggestions?

Thanks 

> [regression] The gwt-maven-plugin is using ActiveProjectArtifact to get hold 
> of sources in the reactor
> ------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-4256
>                 URL: http://jira.codehaus.org/browse/MNG-4256
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 3.0-alpha-2
>            Reporter: Jason van Zyl
>            Assignee: Jason van Zyl
>             Fix For: 3.0-alpha-3
>
>
> I need to see if I can find a way to adapt the ActiveProjectArtifact to the 
> ReactorArtifactRepository and provide access to the sources of the artifacts 
> in the reactor.

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

        

Reply via email to