First of all thank you for you're help 1) On open Debug perspective I have: Source not found for ClassLoader.findBootstrapClass(String) line: not available [native method]
2) I tried to run Maven on simple test projects and I have the same error 3) I tried Maven runtime to external installation and no difference (C:/Maven/maven-2.0.8/bin) 4) I check <workspace>/.metadata/.log and it's look OK -----Original Message----- From: Eugene Kuleshov [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 2:14 PM To: [email protected] Subject: Re: [m2eclipse-user] installation problem Denis Boissé wrote: > 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. > Note that this basically indicate that Maven won't be able to find javac compiler while importing projects or updating source folders. > 3/27/08 9:26:52 PM EDT: mvn -s "C:\Documents and > Settings\Denis\.m2\settings.xml" test > > - 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). > Launcher changes the current project folder which is not printed there. So, I don't think it is relevant. However, you may want to open Debug perspective and see what is happening on Debug view. You also didn't mentioned if you have tried to run Maven on some simple test projects and if changing Maven runtime to external installation helps of if there are any errors in the Eclipse log at <workspace>/.metadata/.log regards, Eugene > -----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. > enis, 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
