Re: Newbie... Help!!!!!!!

2008-03-05 Thread Keenan
Thats all right, i tried that. but still there are some problems. Thats why i asked if someone could post their settings.xml file so that i can compare and find out the mistake(s), if any. TIA Keenan [EMAIL PROTECTED] wrote: Keenan schrieb: Can anyone provide a complete settings.xml file

Re: Re: Newbie... Help!!!!!!!

2008-03-05 Thread Martin Alejandro Villalobos
Hi, in your Maven path instalation you have a conf/settings.xml sample file. This file contain the complete example of all that you need. I hope that it will be helpful. Cheers. Martin. Keenan wrote: Thats all right, i tried that. but still there are some problems. Thats why i asked if

Re: Newbie... Help!!!!!!!

2008-02-27 Thread [EMAIL PROTECTED]
Keenan schrieb: Can anyone provide a complete settings.xml file with proxy settings, mirrors, repositories etc for maven 2.0.5 Pls.. its urgent See the references section of the Myfaces documentation page: http://maven.apache.org/guides/index.html Regards, Simon

Re: Newbie Help - the archetype:create task does not work for quickstart example

2007-05-30 Thread Wendy Smoak
On 5/30/07, Mike Smithson [EMAIL PROTECTED] wrote: I downloaded and unzipped Maven-2.0.6 and tried to run the example from the quickstart doc online. I ran the following: Ø mvn archetype:create –DgroupId=com.mycompany.com –DartifactId=my-app –DarchetypeArtifactId=maven-archetype-archetype I

Re: Newbie help needed with Eclipse project

2006-11-13 Thread Adam Hardy
Marco Mistroni wrote: Hi rick, try this link http://blogs.unixage.com/blojsom/blog/adam.kruszewski/eclipse/?permalink=Maven2-Eclipse-plugin-with-latest-WTP-from-callisto-update-site.html looks like an 'updated version' of maven2 plugin for eclipse... i m using it too.. even though i m

Re: Newbie help needed with Eclipse project

2006-11-09 Thread Adam Hardy
Hi Rick, it depends which maven plugin you are talking about. m2eclipse I assume. Have you tried browsing their mailing list: http://www.nabble.com/Maven-Eclipse---User-f14525.html You can use a standard maven heirarchical directory layout, but eclipse will not allow you to create a project

Re: Newbie help needed with Eclipse project

2006-11-09 Thread Marco Mistroni
Hi rick, try this link http://blogs.unixage.com/blojsom/blog/adam.kruszewski/eclipse/?permalink=Maven2-Eclipse-plugin-with-latest-WTP-from-callisto-update-site.html looks like an 'updated version' of maven2 plugin for eclipse... i m using it too.. even though i m running mvn from command line

RE: Newbie Help

2005-06-21 Thread Yann LE DU
Dingquot; [EMAIL PROTECTED] A : quot;Maven Users Listquot; users@maven.apache.org Cc : Date : Mon, 20 Jun 2005 15:32:35 -0500 Objet : RE: Newbie Help - - - - -Scott: - -I checked the genapp created project.xml, the groupId for dependency -xjavadoc is xdoclet. - -dependency

RE: Newbie Help

2005-06-21 Thread Qin Ding
cc: Subject: RE: Newbie Help 06/20/05 04:07

RE: Newbie Help

2005-06-21 Thread Arnaud HERITIER
/dependency Do you have a proxy ? Did you configure maven to use it ?? arnaud -Message d'origine- De : Qin Ding [mailto:[EMAIL PROTECTED] Envoyé : mardi 21 juin 2005 17:49 À : Maven Users List Objet : RE: Newbie Help Scott: I tried to manually download this jar using

RE: Newbie Help

2005-06-21 Thread Ryan, Scott
Scott.Ryan To: 'Maven Users List' users@maven.apache.org @echostar.com cc: Subject: RE: Newbie Help 06/20/05 04:07 PM

RE: Newbie Help

2005-06-21 Thread Qin Ding
aheritier cc: @gmail.com Subject: RE: Newbie Help 06/21/05 10:56

RE: Newbie Help

2005-06-21 Thread Qin Ding
: Subject: RE: Newbie Help 06/21/05 11:05 AM

RE: Newbie Help

2005-06-20 Thread Ryan, Scott
The group id on the xjavadoc dependency in the project.xml is incorrect. You can change the groupid to xdoclet for the xjavadoc artifact dependency and that will download the library from the correct library. I believe someone placed the xjavadoc jars into the incorrect groupid in the ibiblio

RE: Newbie Help

2005-06-20 Thread Qin Ding
: Subject: RE: Newbie Help 06/20/05 03:19 PM

RE: Newbie Help

2005-06-20 Thread Ryan, Scott
List Subject: RE: Newbie Help Scott: I checked the genapp created project.xml, the groupId for dependency xjavadoc is xdoclet. dependency groupIdxdoclet/groupId artifactIdxjavadoc/artifactId version1.0.2/version urlhttp://xdoclet.sf.net//url /dependency Qin