Eugene, just some news. I worked on another project and I got the same error as i described. I removed the wagon-webdav externsion but the error still exists! So I did more research, I found that the <extension> section must be empty!! In my other project I had only one extension so i couldnt see that. As soon I write something in the extension section the error comes back. Maybe this helps to locate the problem easier.
Are there any people around who use the m2eclipse 0.0.10 and have anything in the <extension>-section in the pom.xml? Thanks, Juergen Eugene Kuleshov wrote: > > > That is great! thanks for the detective work. > > It seems like an Embedder issue and I hope Jason van Zyl will have > chance to look at this. > > regards, > Eugene > > > juergen.schumacher wrote: >> Eugene, >> >> I could eliminate one entry in my pom.xml which cause the problem: if I >> have >> >> <extension> >> <groupId>org.apache.maven.wagon</groupId> >> <artifactId>wagon-webdav</artifactId> >> <version>1.0-beta-2</version> >> </extension> >> >> then I will get the error message: >> >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] 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:/D:/eclipse321/configuration/org.eclipse.osgi/bundles/465/1/.cp/lib/maven-embedder-2.1.0.v20070110-2115-dep.jar!/org/codehaus/plexus/plexus-bootstrap.xml) >> >> I use the m2eclipse 0.0.10, eclipse 3.2.1, java sdk 1.5.0._07, maven >> 2.0.4 >> I checked the wagon-webdav files but they looks well. m2eclipse 0.0.9 >> worked >> well with this extension config. >> >> As soon I omit the extension entry it works fine but I can't use dav >> protocol. >> >> Thanks, >> Juergen >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > -- View this message in context: http://www.nabble.com/0.0.10-and-a-lot-problems-tf3128931.html#a8720905 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
