Sorry for the late answer, I was a little bit busy On the Maven console I see:
3/27/08 9:21:21 PM EDT: Eclipse is running in a JRE, but a JDK is require Some Maven plugins may not work when importing projects or updating source folders. 3/27/08 9:21:27 PM EDT: Scanned javadoc C:/Documents and Settings/Denis/.m2/repository/commons-io/commons-io/1.3.2/commons-io-1.3 .2-javadoc.jar 0.078 3/27/08 9:26:52 PM EDT: mvn -s "C:\Documents and Settings\Denis\.m2\settings.xml" test - The first message is relate to the jre warning problem - The second message, I don't think it's very important - The third message is maybe relate to my problem because the maven command don't point to my pom project. (My pom project is on the C:\workspace\ValidationTicket\pom.xml but the maven command don't point there). To remind, my configuration is: I have Eclipse 3.2.2 My java version: jdk1.6.0_01 My maven version: maven-2.0.8 I copy the global file settings.xml to my maven repository (C:\Documents and Settings\MyName\.m2\) I have install m2eclipse 0.9.0 In Eclipse=>preference=>maven: Global settings file: C:\Maven\maven-2.0.8\conf\settings.xml User settings file: C:\Documents and Settings\Denis\.m2\settings.xml Local repository: C:\Documents and Settings\Denis\.m2\repository Thank you for you're help -----Original Message----- From: Eugene Kuleshov [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 2:26 PM To: [email protected] Subject: Re: [m2eclipse-user] installation problem Denis Boissé wrote: > > When I execute a maven goal, nothing appears to the Eclipse maven console. > > Its like a infinite loop because the button is always red on the console. > > Others functionality seems to work well. > Denis, can you please check Maven console (you can open it from the drop down on the toolbatr in Console view) and Eclipse error log. You can also check if Maven goals are working on some simple projects that you can create using Maven project wizard. Then if those work, it could have something to do with the project you are running them on and if embedded Maven runtime doesn't work on that project you can configure Maven plugin to use external Maven installation to run goals (see Maven preferences). regards, Eugene --------------------------------------------------------------------- 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
