Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-16 Thread Emmanuel Venisse

I can run the maven and java version that I want.

Emmanuel

Ryan Scott a écrit :
I have tried many things but i keep getting patch updates from Apple 
that overwrites my changes.   It is not really unix if you can't run any 
version of Java you want lol.


Scott Ryan
CTO Soaring Eagle L.L.C.
Denver, Co. 80129
www.soaringeagleco.com
www.theryansplace.com
(303) 263-3044
[EMAIL PROTECTED]


On Nov 15, 2007, at 10:02 AM, Graham Leggett wrote:


On Thu, November 15, 2007 7:00 pm, Ryan Scott wrote:


Does anyone know how to fix this?   I tried using darwin ports to
upgrade but leopard keeps overlaying the install with 2.0.6 which does
not work for my application.  What were they thinking baking this into
the operating system.  This is almost as bad as the Java Story.  Are
they trying to drive developers away from Apple on purpose?


What's wrong with putting v2.0.7 ahead of v2.0.6 on the PATH? Leopard 
is a

unix machine, after all.

Regards,
Graham
--



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Ryan Scott
Does anyone know how to fix this?   I tried using darwin ports to  
upgrade but leopard keeps overlaying the install with 2.0.6 which does  
not work for my application.  What were they thinking baking this into  
the operating system.  This is almost as bad as the Java Story.  Are  
they trying to drive developers away from Apple on purpose?


Scott Ryan
CTO Soaring Eagle L.L.C.
Denver, Co. 80129
www.soaringeagleco.com
www.theryansplace.com
(303) 263-3044
[EMAIL PROTECTED]


On Nov 15, 2007, at 9:53 AM, Lally Singh wrote:


Just fyi:

[EMAIL PROTECTED] ~]$ uname -a
Darwin hc65210f0.dhcp.vt.edu 9.0.0 Darwin Kernel Version 9.0.0: Tue
Oct  9 21:35:55 PDT 2007; root:xnu-1228~1/RELEASE_I386 i386
[EMAIL PROTECTED] ~]$ which mvn
/usr/bin/mvn
[EMAIL PROTECTED] ~]$ mvn --version
Maven version: 2.0.6
[EMAIL PROTECTED] ~]$

I only noticed this when I upgraded and noticed my build failing (I
needed 2.0.7 :-) ).

Congrats!
--
H. Lally Singh
Ph.D. Candidate, Computer Science
Virginia Tech

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Nigel Magnay
symlink usr/share/maven to whichever install you want to use.
On Nov 15, 2007 5:00 PM, Ryan Scott [EMAIL PROTECTED] wrote:

 Does anyone know how to fix this?   I tried using darwin ports to
 upgrade but leopard keeps overlaying the install with 2.0.6 which does
 not work for my application.  What were they thinking baking this into
 the operating system.  This is almost as bad as the Java Story.  Are
 they trying to drive developers away from Apple on purpose?

 Scott Ryan
 CTO Soaring Eagle L.L.C.
 Denver, Co. 80129
 www.soaringeagleco.com
 www.theryansplace.com
 (303) 263-3044
 [EMAIL PROTECTED]


 On Nov 15, 2007, at 9:53 AM, Lally Singh wrote:

  Just fyi:
 
  [EMAIL PROTECTED] ~]$ uname -a
  Darwin hc65210f0.dhcp.vt.edu 9.0.0 Darwin Kernel Version 9.0.0: Tue
  Oct  9 21:35:55 PDT 2007; root:xnu-1228~1/RELEASE_I386 i386
  [EMAIL PROTECTED] ~]$ which mvn
  /usr/bin/mvn
  [EMAIL PROTECTED] ~]$ mvn --version
  Maven version: 2.0.6
  [EMAIL PROTECTED] ~]$
 
  I only noticed this when I upgraded and noticed my build failing (I
  needed 2.0.7 :-) ).
 
  Congrats!
  --
  H. Lally Singh
  Ph.D. Candidate, Computer Science
  Virginia Tech
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Kathryn Huxtable
Can't you just set MVN_HOME to what you want and put your maven 2.0.7  
in, say, /opt/maven?


I am not running Leopard on my dev machine, only on my play machine.  
I've noticed some slowness launching some Java apps, but nothing  
else. I've heard there are more problems.


-K

On Nov 15, 2007, at 12:53 PM, Ryan Scott wrote:

I have tried many things but i keep getting patch updates from  
Apple that overwrites my changes.   It is not really unix if you  
can't run any version of Java you want lol.


Scott Ryan
CTO Soaring Eagle L.L.C.
Denver, Co. 80129
www.soaringeagleco.com
www.theryansplace.com
(303) 263-3044
[EMAIL PROTECTED]


On Nov 15, 2007, at 10:02 AM, Graham Leggett wrote:


On Thu, November 15, 2007 7:00 pm, Ryan Scott wrote:


Does anyone know how to fix this?   I tried using darwin ports to
upgrade but leopard keeps overlaying the install with 2.0.6 which  
does
not work for my application.  What were they thinking baking this  
into

the operating system.  This is almost as bad as the Java Story.  Are
they trying to drive developers away from Apple on purpose?


What's wrong with putting v2.0.7 ahead of v2.0.6 on the PATH?  
Leopard is a

unix machine, after all.

Regards,
Graham
--



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Lally Singh
On 11/15/07, Graham Leggett [EMAIL PROTECTED] wrote:
 On Thu, November 15, 2007 7:00 pm, Ryan Scott wrote:

  Does anyone know how to fix this?   I tried using darwin ports to
  upgrade but leopard keeps overlaying the install with 2.0.6 which does
  not work for my application.  What were they thinking baking this into
  the operating system.  This is almost as bad as the Java Story.  Are
  they trying to drive developers away from Apple on purpose?

 What's wrong with putting v2.0.7 ahead of v2.0.6 on the PATH? Leopard is a
 unix machine, after all.

Seriously.  That's all I do.  Latest maven, etc go in /usr/local/dist.
 Then links to /usr/local/dist/maven-2.0.7/bin/* go in /usr/local/bin.
 In my ~/.bashrc:
export PATH=/usr/local/bin:$PATH

This works perfectly fine, never gets hit by an Apple update.

-- 
H. Lally Singh
Ph.D. Candidate, Computer Science
Virginia Tech

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Ryan Scott
I have tried many things but i keep getting patch updates from Apple  
that overwrites my changes.   It is not really unix if you can't run  
any version of Java you want lol.


Scott Ryan
CTO Soaring Eagle L.L.C.
Denver, Co. 80129
www.soaringeagleco.com
www.theryansplace.com
(303) 263-3044
[EMAIL PROTECTED]


On Nov 15, 2007, at 10:02 AM, Graham Leggett wrote:


On Thu, November 15, 2007 7:00 pm, Ryan Scott wrote:


Does anyone know how to fix this?   I tried using darwin ports to
upgrade but leopard keeps overlaying the install with 2.0.6 which  
does
not work for my application.  What were they thinking baking this  
into

the operating system.  This is almost as bad as the Java Story.  Are
they trying to drive developers away from Apple on purpose?


What's wrong with putting v2.0.7 ahead of v2.0.6 on the PATH?  
Leopard is a

unix machine, after all.

Regards,
Graham
--



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Graham Leggett
On Thu, November 15, 2007 7:00 pm, Ryan Scott wrote:

 Does anyone know how to fix this?   I tried using darwin ports to
 upgrade but leopard keeps overlaying the install with 2.0.6 which does
 not work for my application.  What were they thinking baking this into
 the operating system.  This is almost as bad as the Java Story.  Are
 they trying to drive developers away from Apple on purpose?

What's wrong with putting v2.0.7 ahead of v2.0.6 on the PATH? Leopard is a
unix machine, after all.

Regards,
Graham
--



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Graham Leggett

Ryan Scott wrote:

I have tried many things but i keep getting patch updates from Apple 
that overwrites my changes.   It is not really unix if you can't run any 
version of Java you want lol.


You mean to say that Apple is updating your .bash_profile file? Works 
fine for me here, unless this is a Leopard thing.


Regards,
Graham
--


smime.p7s
Description: S/MIME Cryptographic Signature