RE: Maven2 plugin for eclipse : OK now

2007-03-13 Thread Marouane Amraoui
Is OK now :). So i noticed that in the pom file signal an error of a messing jar . for that the container doesn't work I think. Thx a lot for your help. -Message d'origine- De : Marouane Amraoui [mailto:[EMAIL PROTECTED] Envoyé : mardi 13 mars 2007 10:56 À : Maven Users List Objet 

RE: Maven2 plugin for eclipse : OK now

2007-03-13 Thread Marouane Amraoui
}/../lib/tools.jar/systemPath /dependency I didn't undrestand what i need to do in this case -Message d'origine- De : Marouane Amraoui [mailto:[EMAIL PROTECTED] Envoyé : mardi 13 mars 2007 11:11 À : Maven Users List Objet : RE: Maven2 plugin for eclipse : OK now

RE: Maven2 plugin for eclipse : OK now

2007-03-13 Thread Rodrigo Ruiz
: Maven2 plugin for eclipse : OK now Is OK now :). So i noticed that in the pom file signal an error of a messing jar . for that the container doesn't work I think. Thx a lot for your help. -Message d'origine- De : Marouane Amraoui [mailto:[EMAIL PROTECTED] Envoyé : mardi 13 mars 2007

RE: Maven2 plugin for eclipse : OK now

2007-03-13 Thread Hayes, Peter
13, 2007 8:31 AM To: Maven Users List Subject: RE: Maven2 plugin for eclipse : OK now Hi, It is possible that dependencies with system scope are not correctly handled by the plugin. Check that tools.jar appears in the list of jars within the Maven Dependencies library container

RE: Maven2 plugin for eclipse : OK now

2007-03-13 Thread Marouane Amraoui
List Objet : RE: Maven2 plugin for eclipse : OK now This actually should work in the 0.0.10 version of the m2eclipse plugin. Make sure that you are using a _JDK_ and not a JRE to run Eclipse / Maven. The tools.jar is not present in the JRE package. -Original Message- From: Rodrigo Ruiz

RE: Maven2 plugin for eclipse : OK now

2007-03-13 Thread Hayes, Peter
PROTECTED] Sent: Tuesday, March 13, 2007 8:49 AM To: Maven Users List Subject: RE: Maven2 plugin for eclipse : OK now At the begining in InstalledJRE it was : c:\eclipse. I modified it to C:\j2sdk1.4.2_13. but still the same error. So I must run eclipse with -Djava.home or what thx

RE: Maven2 plugin for eclipse : OK now

2007-03-13 Thread Marouane Amraoui
] Envoyé : mardi 13 mars 2007 13:01 À : Maven Users List Objet : RE: Maven2 plugin for eclipse : OK now In this case, it is not the JDK configured within Eclipse itself (this configures the JDK's available to compile with), but the JDK that Eclipse is run with externally. Check your environment