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]
