RE: Maven2 and unknown protocol: e

2007-01-19 Thread Khabot, Zakaria
: jeudi 18 janvier 2007 20:24 À : Maven Users List Objet : RE: Maven2 and unknown protocol: e It seems like your maven installation at E:\Softs\maven-2.0.4 is not 2.0.4, but 1.0.2. The reason why is Maven 2 uses classworlds to load some classes instead of Forehead, which is not the case

RE: Maven2 and unknown protocol: e

2007-01-19 Thread Dário Luís Coneglian Oliveros
de 2007 07:29 To: Maven Users List Subject: RE: Maven2 and unknown protocol: e Hi, Thanks for your contribution. When I tape mvn --version I receive : Maven version 2.0.4. In my classpath of Eclipse I defined a variable : M2_REPO = C:/Documents and Settings/user/.m2/repository When I run mvn

RE: Maven2 and unknown protocol: e

2007-01-19 Thread Khabot, Zakaria
) at com.werken.forehead.Forehead.main(Forehead.java:579) -Message d'origine- De : Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] Envoyé : vendredi 19 janvier 2007 09:49 À : Maven Users List Objet : RE: Maven2 and unknown protocol: e That's an expected behaviour. You must provide at least one goal

Re: Maven2 and unknown protocol: e

2007-01-18 Thread Wayne Fay
Sounds like something incorrect in your classpath, or settings.xml, or pom.xml. Too many unknowns to be certain. Try mvn -X to see the debug output. Perhaps it will provide more useful information. Wayne On 1/18/07, Khabot, Zakaria [EMAIL PROTECTED] wrote: Hi all, I was using Maven 1.0.2 and

RE: Maven2 and unknown protocol: e

2007-01-18 Thread Dário Luís Coneglian Oliveros
It seems like your maven installation at E:\Softs\maven-2.0.4 is not 2.0.4, but 1.0.2. The reason why is Maven 2 uses classworlds to load some classes instead of Forehead, which is not the case as shown in the stack trace below. Besides Maven 2 does not come with endorsed dir under lib. Also