After sending this out I tried something else.  I used the wizard to set up a 
new maven2 project and it worked fine.  So after tinkering with my pom.xml I 
found the problem.  I had an old build extention referencing wagon-ftp:

<build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ftp</artifactId>
        <version>1.0-beta-1</version>
      </extension>
    </extensions>
    ...
</build>

Once I commented it out, everything worked.  I tried changing and commenting 
out the version but it had to be removed to work correctly.  Not sure why.  If 
you want me to still enter a JIRA bug report let me know.  I would be happy to.

ses

PS:  I love this plug-in.  Keep up the great work.

----- Original Message ----
From: Eugene Kuleshov <[EMAIL PROTECTED]>
To: [email protected]
Sent: Wednesday, January 17, 2007 1:55:06 PM
Subject: Re: [m2eclipse-user] plexus-bootstrap.xml is missing

Scott,

  Please open a bug report in project's JIRA and attach sample Eclipse 
project that would allow to reproduce your issue.

  Thanks

  Eugene


Scott England-Sullivan wrote:
> After building and running the latest source for the M2Eclipse Plugin, 
> I have started receiving the following error when I try to execute a 
> RUN on a pom.xml from a either the context menu in my workspace or 
> creating a Run Config from the Run menu:
>
> [INFO] Scanning for projects...
> [ERROR] reactor-execute : C:\bin\test_eclipse\eclipse\workspace\cdgj
> Diagnosis: The internal default plexus-bootstrap.xml is missing. This 
> is highly irregular, your plexus JAR is most likely corrupt. Realms:
>   null.child-container[extensions] parent=null (null)
>   plexus.core [EMAIL PROTECTED] 
> (jar:file:/C:/bin/test_eclipse/eclipse/configuration/org.eclipse.osgi/bundles/119/1/.cp/lib/maven-embedder-2.1.0.v20070110-2115-dep.jar!/org/codehaus/plexus/plexus-bootstrap.xml)
> FATAL ERROR: Error executing Maven for a project
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
>
>
> I have also tried downloading the both the latest Maven Embedder and 
> Plexus Container code and rebuilt them and added them to the project.  
> It does not change the result.
>
> I have started Eclipse with the clean switch each time.
>
> My environment is as follows:
> Win XP SP2
> Eclipse 3.2
> Java SE 5
>
> Any help would be greatly appreciated.
>
> Thanks,
> ses


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email





---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to