Re: can I get maven onto my Mac?
Re: can I get maven onto my Mac?
- Subject: Re: can I get maven onto my Mac?
- From: Markus Hitter <email@hidden>
- Date: Tue, 10 Oct 2006 01:05:31 +0200
Am 09.10.2006 um 23:41 schrieb Paul Archibald:
(I don't have a "local").
A typical step would be to create this directory:
sudo mkdir /usr/local
export JAVA_HOME=usr/java/jdk1.5.0_02
Most likely you want an absolute path here:
export JAVA_HOME=/usr/java/jdk1.5.0_02
Does this directory exist?
-bash: mvn: command not found
Well, you'll have to find it, then:
sudo find / -name mvn
(ignore the errors)
Judging by your mistakes, you either want to learn ho to install
common Unix software on Mac OS X or you want to have a look at
something like Fink or Darwinports.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden