Hi, yeah, I get those a lot, too. I think Maven developement ist moving towards 2.1 (the m2 eclipse plugin uses a development (SNAPSHOT) version of maven) and things are changing so we will have to live with these messages for a while. They don't do any harm, though.
For the next release of the plugin, I'm not the right one to ask. But I think this will also be closely coupled with the development of the maven embedder. regards, Stefan Am Dienstag, den 27.03.2007, 17:52 +0200 schrieb Manuel Martínez: > Hello again, > > I'm trying now version from > http://m2eclipse.codehaus.org/update-dev/ (0.0.11.20070304-1200). Goal > 'site' now works fine in POM. Thanks a lot. > > It's a devel version...but... now its working but I think there is a > rare thing. This kind of warning messages appears when working with > 'surefire:test' goal from Eclipse but no from command line: > > (piece of log for goal 'surefire:test' when invoking 'test' or > 'site'): > .... > [INFO] Compiling 2 source files to C:\Documents and Settings\mmartinez > \workspace\test\target\test-classes > [INFO] surefire:test > [WARNING] Component returned which is not the same manager. Ignored. > [EMAIL PROTECTED] > [WARNING] Component returned which is not the same manager. Ignored. > [EMAIL PROTECTED] > [WARNING] Component returned which is not the same manager. Ignored. > [EMAIL PROTECTED] > [WARNING] Component returned which is not the same manager. Ignored. > [EMAIL PROTECTED] > [WARNING] Component returned which is not the same manager. Ignored. > [EMAIL PROTECTED] > [WARNING] Component returned which is not the same manager. Ignored. > [EMAIL PROTECTED] > ... > a lot of similar lines.... > ... > > Do you know if will be soon a 0.0.11 stable version available? :D > Thanks. > > > > 2007/3/27, VUB Stefan Seidel <[EMAIL PROTECTED]>: > I remember having the same issue, but it is resolved for me > now. Can you > try the latest dev build from > http://m2eclipse.codehaus.org/update-dev/ > and/or the site plugin version 2.0-beta-5 ? > > Regards, > > Stefan > > Am Dienstag, den 27.03.2007, 13:02 +0200 schrieb Manuel > Martínez: > > Hello, > > > > I've just upgrade to Eclipse 3.2.2 and m2eclipse 0.0.10. > > In Eclipse, with a new and simplest project (no reporting > node), the > > goal site does not work. The other goals ('compile', 'test', > > 'package') work fine but not the 'site' one. I get the next > error: > > > > ERROR] reactor-execute : C:\Documents and Settings\mmartinez > \workspace > > \csalud > > Diagnosis: Can't find bundle for base name site-plugin, > locale en > > FATAL ERROR: Error executing Maven for a project > > [INFO] > > > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > > > ------------------------------------------------------------------------ > > [INFO] Can't find bundle for base name site-plugin, locale > en > > [INFO] > > > > ------------------------------------------------------------------------ > > [INFO] For more information, run Maven with the -e switch > > [INFO] > > > > ------------------------------------------------------------------------ > > > > I tried to change the locale to mine (es) but the error is > the same, > > can't find the Spanish bundle either. > > > > Nevertheless, from the command line the same project/pom > work fine, > > generating site information. > > > > ¿Am i doing something wrong? > > I think with 0.0.9 version this works fine. > > > > Thanks a lot. > > > > > > > > > > The POM is: > > > > <?xml version="1.0" encoding="UTF-8"?> > > <project xmlns=" http://maven.apache.org/POM/4.0.0" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 > > http://maven.apache.org/maven-v4_0_0.xsd"> > > <modelVersion> 4.0.0</modelVersion> > > <groupId>testingproject</groupId> > > <artifactId>testingproject</artifactId> > > <packaging>war</packaging> > > <version>0.0.1 </version> > > <dependencies> > > <dependency> > > <groupId>junit</groupId> > > <artifactId>junit</artifactId> > > <version>3.8.1 </version> > > </dependency> > > </dependencies> > > </project> > > > > -- > best regards, > > Stefan Seidel > software developer > ________________________ > VUB Printmedia GmbH > Chopinstraße 4 > D-04103 Leipzig > Germany > tel. +49 (341) 9 60 50 07 > fax. +49 (341) 9 60 50 92 > mail. [EMAIL PROTECTED] > web. www.vub.de > > HRB Köln 24015 > UStID DE 122 649 251 > GF Dr. Achim Preuss Neudorf, > Dr. Christian Preuss Neudorf > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > -- best regards, Stefan Seidel software developer ________________________ VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel. +49 (341) 9 60 50 07 fax. +49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web. www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss Neudorf, Dr. Christian Preuss Neudorf --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
