[Lift] Re: OS X lift installer

2009-02-28 Thread David Pollak
On Sat, Feb 28, 2009 at 8:21 AM, Josh Suereth wrote: > I feel obligated to note that this was indeed an issue with maven itself. > I believe it's fixed in the most recent release of Maven (2.0.10) [see > here ]. Please upgrade and > let me know if it c

[Lift] Re: OS X lift installer

2009-02-28 Thread Josh Suereth
I feel obligated to note that this was indeed an issue with maven itself. I believe it's fixed in the most recent release of Maven (2.0.10) [see here]. Please upgrade and let me know if it continues so I can open many JIRAs! -Josh On Sat, Feb 28, 2009

[Lift] Re: OS X lift installer

2009-02-28 Thread David Pollak
On Sat, Feb 28, 2009 at 2:19 AM, Josh Suereth wrote: > > > On Fri, Feb 27, 2009 at 5:14 PM, David Pollak < > feeder.of.the.be...@gmail.com> wrote: > >> >> >> On Fri, Feb 27, 2009 at 2:03 PM, Jon Hancock wrote: >> >>> >>> thanks. based on your above mention that maven is web aware and some >>> com

[Lift] Re: OS X lift installer

2009-02-28 Thread Josh Suereth
On Fri, Feb 27, 2009 at 5:14 PM, David Pollak wrote: > > > On Fri, Feb 27, 2009 at 2:03 PM, Jon Hancock wrote: > >> >> thanks. based on your above mention that maven is web aware and some >> comment I read from David Pollak that his demo didn't go so well when >> he lacked an internet connection

[Lift] Re: OS X lift installer

2009-02-27 Thread Timothy Perrett
Hey Jon, The lift installer primarily does 3 things: 1) install maven to /usr/local/apache-maven/apache-maven-2.0.9 2) install javarebel ( but not add it to the maven opts - it's here it you want to configure a special launcher) 3) adds this version of maven to your path by editing ~/.bash_p

[Lift] Re: OS X lift installer

2009-02-27 Thread Meredith Gregory
Jon, No. There are at least two options -- both of which i use. - once mvn has cached stuff you can run offline with the -o option - you can also deploy jars to a local repo which can be a directory resource or your own cloud resource - i have a little shell script deploy-jar.sh i use

[Lift] Re: OS X lift installer

2009-02-27 Thread TylerWeir
Jon, You don't need a net connection all the time, but you do need it the first time to pull all the dependencies. After you have it up and compiling, you can issue mvn -o and use maven in offline mode. On Feb 27, 5:03 pm, Jon Hancock wrote: > thanks.  based on your above mention that maven

[Lift] Re: OS X lift installer

2009-02-27 Thread David Pollak
On Fri, Feb 27, 2009 at 2:03 PM, Jon Hancock wrote: > > thanks. based on your above mention that maven is web aware and some > comment I read from David Pollak that his demo didn't go so well when > he lacked an internet connection, is it the case that I have to always > have a working internet

[Lift] Re: OS X lift installer

2009-02-27 Thread Jon Hancock
thanks. based on your above mention that maven is web aware and some comment I read from David Pollak that his demo didn't go so well when he lacked an internet connection, is it the case that I have to always have a working internet connect to use maven/lift? thanks, Jon On Feb 27, 3:59 pm, Me

[Lift] Re: OS X lift installer

2009-02-27 Thread Meredith Gregory
Jon, The only thing i needed to do to get that running was > sudo port install maven2 ... > export PATH=/opt/local/bin:$PATH > This assumes, however, that you are already using macports. Best wishes, --greg On Fri, Feb 27, 2009 at 1:54 PM, Jon Hancock wrote: > > thanks, I'll study this a bit

[Lift] Re: OS X lift installer

2009-02-27 Thread Jon Hancock
thanks, I'll study this a bit more. The lift installer I mentioned is http://liftweb.net/download.html#macosx Jon On Feb 27, 3:41 pm, Meredith Gregory wrote: > Jon, > i'm not sure if you are talking about some specific lift installer, and i'm > no maven expert, but i use it and lift on my macbo

[Lift] Re: OS X lift installer

2009-02-27 Thread David Pollak
Jon, I didn't write the installer (perhaps Tim will chime in), but the challenge to using Lift on Mac OS X is that OS X installs Maven 2.0.8 by default and 2.0.9 is required for the Maven-Scala plugin and Lift. I believe that the installer simply installs Maven 2.0.9 and makes sure that this is t