Re: Installing Maven on Mac OS X

2008-11-25 Thread Gabriel Garcia
darwinports is a package manager for the mac. You can read all about it in the url I posted. It includes Maven and it's acceptably up to date. 2008/11/25 Ricky <[EMAIL PROTECTED]>: > Hey Guys, > > I did an export on environment variables and the maven version changed and > worked fine. Thanks for

Re: Installing Maven on Mac OS X

2008-11-25 Thread Ricky
Hey Guys, I did an export on environment variables and the maven version changed and worked fine. Thanks for your help, appreciate it. Gabriel, what is mac ports ... i have been hearing some stuff about it, just curious if you don't mind my asking... On Mon, Nov 24, 2008 at 11:22 AM, Gabriel Gar

Re: Installing Maven on Mac OS X

2008-11-24 Thread Gabriel Garcia
Rick, Apart from Wendy's instructions, you can also install Maven with tools that'll make it just work for you: I use Maven with Mac OS X 10.5 (Leopard) and Maven 2.0.9 without a problem, but I I used darwinports: http://darwinports.com/ (a simple sudo port install maven2 would install it in /opt

Re: Installing Maven on Mac OS X

2008-11-24 Thread Wendy Smoak
On Mon, Nov 24, 2008 at 9:12 AM, Ricky <[EMAIL PROTECTED]> wrote: > I get this error that saying : > INFO] Ignoring available plugin update: 2.0-alpha-4 as it requires Maven > version 2.0.7 ... > when i do mvn -v i get version 2.0.6 ... what should i do? Set M2_HOME to your new Maven install, and

Re: Installing Maven on Mac OS X

2008-11-24 Thread Ricky
Wendy, Thanks for replying. I think you are right ... I get this error that saying : INFO] Ignoring available plugin update: 2.0-alpha-4 as it requires Maven version 2.0.7 [INFO] Ignoring available plugin update: 2.0-alpha-3 as it requires Maven version 2.0.7 [INFO] Ignoring available plugin upda

Re: Installing Maven on Mac OS X

2008-11-24 Thread Ricky
Wendy, Thanks for replying. I think you are right ... I get this error that saying : INFO] Ignoring available plugin update: 2.0-alpha-4 as it requires Maven version 2.0.7 [INFO] Ignoring available plugin update: 2.0-alpha-3 as it requires Maven version 2.0.7 [INFO] Ignoring available plugin upda

Re: Installing Maven on Mac OS X

2008-11-23 Thread Wendy Smoak
In order to help, we need to know what steps you took and what error message you're getting. I believe OS X ships with Maven 2.0.6, so if you haven't gotten it completely switched over to (I assume) 2.0.9, the archetype:generate goal will not be available as Archetype 2 requires at least 2.0.7. W

Re: Installing Maven 2 repo reg.

2006-12-23 Thread Wendy Smoak
On 12/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am new to ActiveMQ. Am trying to install ActiveMQ 4.1.0 Release(Windows Binary Installation) on my machine. I have a doubt whether to install Maven 2 Repositories or not. Please clafiry me whether its a manditory one. Probably not, b

Re: Installing Maven in a Network drive

2005-10-03 Thread Dion Gillard
What Brett suggests below is exactly what we do, and it works great. We use mavenproxy from codehaus as the 'internal remote repo'. On 10/4/05, Brett Porter <[EMAIL PROTECTED]> wrote: > On 10/4/05, Roberto Castro <[EMAIL PROTECTED]> wrote: > > Hi all, is it possible to install Maven in a Network

Re: Installing Maven in a Network drive

2005-10-03 Thread Brett Porter
On 10/4/05, Roberto Castro <[EMAIL PROTECTED]> wrote: > Hi all, is it possible to install Maven in a Network drive? I would like to > install Maven in a shared drive to be used by all MsWindows computers of all > developers in the company's network. Yes, this should work just fine. > At least,

RE : installing maven on linux

2005-08-26 Thread Karl Gustav
Hi Pascal > Check that your MAVEN_HOME AND your PATH point to > your maven 1.1 location. I > had the same problem when I've switch form 1.0 to > 1.1, my PATH wasn't > correctly set. yes it was something with a path, some old maven was on that machine. Thx

RE : installing maven on linux

2005-08-24 Thread Pascal Larin
Karl, Check that your MAVEN_HOME AND your PATH point to your maven 1.1 location. I had the same problem when I've switch form 1.0 to 1.1, my PATH wasn't correctly set. Pascal -Message d'origine- De : Karl Gustav [mailto:[EMAIL PROTECTED] Envoyé : August 24, 2005 11:00 À : users@maven.a

Re: Installing Maven %HOME%

2004-02-29 Thread dion
news <[EMAIL PROTECTED]> wrote on 28/02/2004 12:14:40 PM: > Alright I think you are talking about these environment variables: > > ALLUSERSPROFILE for All Users or for me as the Adminstrator: > > USERPROFILE > > %HOME% equals one of the above? > > Is that correct? I would make a repository fo

Re: Installing Maven %HOME%

2004-02-27 Thread Kevin Hagel
open a command window and just type set and you'll see the whole pile of environment variables. I advise against using any directories in maven that contain spaces, such as "Documents And Settings". While they're convenient for we humans, some jelly scripts tokenize on white space and things can

Re: Installing Maven %HOME%

2004-02-27 Thread George Hester
Alright I think you are talking about these environment variables: ALLUSERSPROFILE for All Users or for me as the Adminstrator: USERPROFILE %HOME% equals one of the above? Is that correct? I would make a repository folder under C:\Documents and Settings\%profile% and then that's that? This i

Re: Installing Maven %HOME%

2004-02-27 Thread Kevin Hagel
%HOME% is your windows user account home. If you want to share your repository, do not put it in any one person's home directory, I use C:\mavenrepository and everybody on the system has access. George Hester wrote: In this article just under the warning, http://maven.apache.org/start/install.h

RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Brett Porter
ursday, 6 November 2003 11:25 AM > To: Maven Users List > Subject: RE: Installing Maven WAS: Building Maven > > > I am behind proxy, I can access this site via my browser.My > brower has proxy setup. But I don't know how to let maven > know about it. > > -O

RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Rauf, Saleem
: Rauf, Saleem [mailto:[EMAIL PROTECTED] > Sent: Thursday, 6 November 2003 11:20 AM > To: Maven Users List > Subject: RE: Installing Maven WAS: Building Maven > > > Hi > > I download Maven from http://maven.apache.org/start/download.html > and version I got is m

RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Brett Porter
ECTED] > Sent: Thursday, 6 November 2003 11:20 AM > To: Maven Users List > Subject: RE: Installing Maven WAS: Building Maven > > > Hi > > I download Maven from http://maven.apache.org/start/download.html > and version I got is maven-1.0-rc1.zip, So I unzip the file > to

RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Rauf, Saleem
Hi I download Maven from http://maven.apache.org/start/download.html and version I got is maven-1.0-rc1.zip, So I unzip the file to directory: C:\MavenPlayground\maven-1.0-rc1\maven-1.0-rc1, where in this directory I have following directories: -bin -lib -plugins -repository maven-projec.xsd I

RE: installing maven

2003-08-27 Thread Thakkar, Hetal
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 6:47 PM To: Maven Users List Subject: RE: installing maven Ok what about the other jar files listed in $MAVEN_HOME\bin\forehead.conf? Do they all exist? -- dIon Gillard, Multitask Consulting Blog:

RE: installing maven

2003-08-27 Thread dion
to "c:\J2SDK_Forte\jdk1.4.0\jre", where the bin and > lib directory for java are. > > Thanks, > Hetal > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, August 25, 2003 8:05 PM > To: Maven Users List > Subject:

RE: installing maven

2003-08-26 Thread Siegfried Göschl
; > Thanks, > Hetal > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, August 25, 2003 8:05 PM > To: Maven Users List > Subject: RE: installing maven > > > Is JAVA_HOME set? > -- > dIon Gillard, Multitask Consulting > Blo

RE: installing maven

2003-08-26 Thread Thakkar, Hetal
JAVA_HOME is set to "c:\J2SDK_Forte\jdk1.4.0\jre", where the bin and lib directory for java are. Thanks, Hetal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 8:05 PM To: Maven Users List Subject: RE: installing maven Is JAV

RE: installing maven

2003-08-26 Thread Thakkar, Hetal
I tried installing beta6, beta8 and beta10. The same thing happens in all of them. Thanks, Hetal -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 3:37 PM To: 'Maven Users List' Subject: RE: installing maven You're install

Re: installing maven - Wrong repository

2003-08-26 Thread =?x-unknown?q?Trygve_Laugst=F8l?=
Have you read the docs? Check out this page: http://wiki.codehaus.org/maven/MigratingFromBeta9ToBeta10 Trygvis On Tue, 26 Aug 2003, Lionel PASQUIER wrote: > Hi there, > > Under Win2k, I just downloaded maven b10, and after setting MAVEN_HOME to the > correct directory, it tries to create the r

Réf. : Re: installing maven - Wrong repository

2003-08-26 Thread Nicolas . CHALUMEAU
3 13:55 Veuillez répondre à "Maven Users List" Pour : Maven Users List <[EMAIL PROTECTED]> cc : Objet : Re: installing maven - Wrong repository Happens on Linux too. I'm assuming it's a new 'feature', though I'm not sure I like

Re: installing maven - Wrong repository

2003-08-26 Thread Henri Yandell
Happens on Linux too. I'm assuming it's a new 'feature', though I'm not sure I like it as it means every single user has their own repository. How would we turn this off for a build server with multiple users where this feature would be wasting diskspace? Hen On Tue, 26 Aug 2003, Lionel PASQUIE

RE: installing maven

2003-08-26 Thread dion
. > > Thanks, > Hetal > > -Original Message- > From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 24, 2003 4:40 AM > To: Maven Users List > Subject: Re: installing maven > > > On Fri, 22 Aug 2003, Thakkar, Hetal wrote: > > &g

Re: installing maven (fwd)

2003-08-26 Thread dion
Nah, it's a long standing bug in the release of Forehead we use. Forehead was fixed ages ago, but we haven't yet had a release of it as we were going to move to classworlds so long ago. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Trygve Laugstøl <[EMA

RE: installing maven

2003-08-25 Thread Brett Porter
You're installing beta-8? I'd suggest installing beta-10. Cheers, Brett > -Original Message- > From: Thakkar, Hetal [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 26 August 2003 2:43 AM > To: Maven Users List > Subject: RE: installing maven > > > I hav

RE: installing maven

2003-08-25 Thread Thakkar, Hetal
JAVA_HOME is set correctly. Could you tell me what jar files it might be looking for? Thanks, Hetal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, August 24, 2003 6:57 PM To: Maven Users List Subject: Re: installing maven "Thakkar, Hetal&quo

RE: installing maven

2003-08-25 Thread Thakkar, Hetal
I have not specified any urls any where. I am just trying to run maven, out of the box. Thanks, Hetal -Original Message- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: Sunday, August 24, 2003 4:40 AM To: Maven Users List Subject: Re: installing maven On Fri, 22 Aug 2003, Thakkar

RE: installing maven

2003-08-25 Thread Thakkar, Hetal
nt: Sunday, August 24, 2003 3:28 PM To: 'Maven Users List' Subject: RE: installing maven My apologies. The documentation has been updated for an upcoming release, but install_repo did not exist in beta-10. I will discuss this with the other developers and see what the best approach is about

Re: installing maven

2003-08-25 Thread Trygve Laugstøl
On Fri, 22 Aug 2003, Thakkar, Hetal wrote: > I am running in to the following problem while trying to install maven. > > I downloaded the Maven zip file and extracted it. > I also setup the MAVEN_HOME and PATH variables. > > But I cannot run the %MAVEN_HOME%\bin\install_repo.bat > %HOME%\.maven\re

Re: installing maven (fwd)

2003-08-25 Thread Trygve Laugstøl
On Fri, 22 Aug 2003, Thakkar, Hetal wrote: > I am running in to the following problem while trying to install maven. > > I downloaded the Maven zip file and extracted it. > I also setup the MAVEN_HOME and PATH variables. > > But I cannot run the %MAVEN_HOME%\bin\install_repo.bat > %HOME%\.maven\re

Re: installing maven

2003-08-25 Thread dion
"Thakkar, Hetal" <[EMAIL PROTECTED]> wrote on 23/08/2003 07:40:16 AM: > I am running in to the following problem while trying to install maven. > > I downloaded the Maven zip file and extracted it. Which version? > I also setup the MAVEN_HOME and PATH variables. > > But I cannot run the %MAVEN

RE: installing maven

2003-08-25 Thread Brett Porter
My apologies. The documentation has been updated for an upcoming release, but install_repo did not exist in beta-10. I will discuss this with the other developers and see what the best approach is about making sure new doco doesn't get on the web site. Your other problem is probably related to you