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

Maven2 and unknown protocol: e

2007-01-18 Thread Khabot, Zakaria
Hi all, I was using Maven 1.0.2 and it works fine. I migrated to maven 2.0.4 but when I try to execute a goal I have this exception: File or url 'E:\Softs\maven-2.0.4/lib/endorsed/xml-apis-1.0.b2.jar' could not be found java.net.MalformedURLException: unknown protocol: e at

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
the default local repository for Maven 2 is located by default at user home/.m2/repository. Hope it helps. Dário -Original Message- From: Khabot, Zakaria [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 18 de janeiro de 2007 16:53 To: Maven Users List Subject: Maven2 and unknown protocol: e