Re: Maven2 plugin for eclipse

2007-05-24 Thread Danilo Tuler
://www.nabble.com/Maven2-plugin-for-eclipse-tf3391213s177.html#a10784428 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven2 plugin for eclipse

2007-03-15 Thread Leslie Bertels
let me know ;-) Thanks, LeS. Pete [EMAIL PROTECTED] 14/03/2007 17:30 Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Maven2 plugin for eclipse I'd say give up with all these Maven integration plugins and just use

Maven2 plugin for eclipse

2007-03-14 Thread Leslie Bertels
Hi, I trying to run pmd using the maven-pmd-plugin configured in my pom.xml from within Eclipse. Using the command line, everything works fine (mvn pmd:pmd) When invoking the maven2 verify goal from within Eclipse using the Run as - Maven2 build ... I receive the following error: INFO] pmd:pmd

Re: Maven2 plugin for eclipse

2007-03-14 Thread Pete
I'd say give up with all these Maven integration plugins and just use Eclipse's external tools facility to run mvn for any selected folder e.g. Set up a new External Tool as follows : Name: mvn clean install Location: ${env_var:M2_HOME}/bin/mvn.bat Working Directory: ${resource_loc}

SV: Maven2 plugin for eclipse

2007-03-14 Thread Hermod Opstvedt
Hi The Maven2 plugin works just fine - Believe me. It's just a case of learning how to use it right, and how to deal with it's quirks. Hermod -Opprinnelig melding- Fra: Pete [mailto:[EMAIL PROTECTED] Sendt: 14. mars 2007 17:30 Til: Maven Users List Emne: Re: Maven2 plugin for eclipse

RE: Maven2 plugin for eclipse

2007-03-13 Thread Marouane Amraoui
: RE: Maven2 plugin for eclipse I didn't have enabled my project maven . so If I enable it we don't need to execute eclipse:eclipse inorder to synchronize the pom dependency and .classpth -Message d'origine- De : Hayes, Peter [mailto:[EMAIL PROTECTED] Envoyé : lundi 12 mars 2007 19

RE: Maven2 plugin for eclipse : OK now

2007-03-13 Thread Marouane Amraoui
 : RE: Maven2 plugin for eclipse I enabled the maven project , but still have error compilation due of the dependency I have this classpath : .classpath ?xml version=1.0 encoding=UTF-8? classpath classpathentry kind=src path=src/java

Re: Maven2 plugin for eclipse

2007-03-13 Thread Jacek Laskowski
On 3/13/07, Marouane Amraoui [EMAIL PROTECTED] wrote: I enabled the maven project , but still have error compilation due of the dependency I have this classpath : ... .project I wonder why you care about these files? They're for Eclipse not M2. Take a look at pom.xml. That's where

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

2007-03-13 Thread Leslie Bertels
cc Subject Re: Maven2 plugin for eclipse On 3/13/07, Marouane Amraoui [EMAIL PROTECTED] wrote: I enabled the maven project , but still have error compilation due of the dependency I have this classpath : ... .project I wonder why you care about these files? They're for Eclipse

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

Re: Maven2 plugin for eclipse

2007-03-13 Thread Jacek Laskowski
On 3/13/07, Leslie Bertels [EMAIL PROTECTED] wrote: Any idea what's the shedule for a first release (milestone or something similar) on the eclipse plugin (Tycho)? I don't, but does it really matter? If it meets your needs now, why should you care if it's 1.0 or 0.1? It's a common

Re: Maven2 plugin for eclipse

2007-03-13 Thread Leslie Bertels
Does is matter? Well euhm... Not really ;-) If it meets your needs now... It does, it does... however I do seem to be using a command line alot since some things seem to fail or are missing. (eg. building a war project) Thanks for the reply Rgds, Les. On 3/13/07, Leslie Bertels [EMAIL

Maven2 plugin for eclipse

2007-03-12 Thread Marouane Amraoui
I m using Maven2 plugin for eclipse . Version plugin is : 0.0.10. I created a maven project . I added dependency using the plugin. when I add the dependency it only added in pom file and note in eclipse file .classpath this obligate me to do A double work

Re: Maven2 plugin for eclipse

2007-03-12 Thread Steffen Mazanek
mvn eclipse:eclipse? http://maven.apache.org/guides/mini/guide-ide-eclipse.html Hope this helps. Steffen Marouane Amraoui schrieb: I m using Maven2 plugin for eclipse . Version plugin is : 0.0.10. I created a maven project . I added dependency using the plugin. when I add

RE: Maven2 plugin for eclipse

2007-03-12 Thread Hayes, Peter
: Maven2 plugin for eclipse I m using Maven2 plugin for eclipse . Version plugin is : 0.0.10. I created a maven project . I added dependency using the plugin. when I add the dependency it only added in pom file and note in eclipse file .classpath this obligate me to do A double work

RE: Maven2 plugin for eclipse

2007-03-12 Thread Marouane Amraoui
Exactly :) We add in pom and we call from eclipse:eclipse using the plugin external tools fro eclipse. Thx . -Message d'origine- De : Steffen Mazanek [mailto:[EMAIL PROTECTED] Envoyé : lundi 12 mars 2007 19:01 À : Maven Users List Objet : Re: Maven2 plugin for eclipse mvn

RE: Maven2 plugin for eclipse

2007-03-12 Thread Hayes, Peter
: Maven2 plugin for eclipse I m using Maven2 plugin for eclipse . Version plugin is : 0.0.10. I created a maven project . I added dependency using the plugin. when I add the dependency it only added in pom file and note in eclipse file .classpath this obligate me to do A double

RE: Maven2 plugin for eclipse

2007-03-12 Thread Marouane Amraoui
 : RE: Maven2 plugin for eclipse Sorry, make sure that you enable the plugin on your project. You have to right-click the project and there should be a Maven2 menu. Select enable. Pete -Original Message- From: Hayes, Peter Sent: Monday, March 12, 2007 3:20 PM To: Maven Users List

RE: Maven2 plugin for eclipse

2007-03-12 Thread Hayes, Peter
Users List Objet : RE: Maven2 plugin for eclipse Sorry, make sure that you enable the plugin on your project. You have to right-click the project and there should be a Maven2 menu. Select enable. Pete -Original Message- From: Hayes, Peter Sent: Monday, March 12, 2007 3:20 PM To: Maven