[Lift] Re: OS X lift installer

2009-02-28 Thread Josh Suereth
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 shellsha...@gmail.comwrote: 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

[Lift] Re: OS X lift installer

2009-02-28 Thread David Pollak
On Sat, Feb 28, 2009 at 2:19 AM, Josh Suereth joshua.suer...@gmail.comwrote: 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 shellsha...@gmail.comwrote: thanks. based on your above mention that maven is

[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 herehttp://maven.apache.org/release-notes.html]. 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-27 Thread David Pollak
On Fri, Feb 27, 2009 at 2:03 PM, Jon Hancock shellsha...@gmail.com 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

[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 target and use maven in offline mode. On Feb 27, 5:03 pm, Jon Hancock shellsha...@gmail.com wrote: thanks.  based on

[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