[Lift] Re: NetBeans How-To for Lift

2009-04-09 Thread Randy Syring
d prompt and type mvn jetty:run.  You can > also execute this through NetBeans, but I like using the command > prompt. > > Step 4:  Go tohttp://localhost:8080/ > > On Apr 9, 9:55 am, Randy Syring wrote: > > > Thank you for the reply.  Unfortunately, that post assumes o

[Lift] Re: NetBeans How-To for Lift

2009-04-09 Thread Randy Syring
structure and then goes on to say that I should use 'mvn jetty:run'. But how do I do those things in NetBeans? On Apr 9, 4:39 am, Caoyuan wrote: > http://blogtrader.net/dcaoyuan/entry/run_debug_lift_web_app > > On Thu, Apr 9, 2009 at 2:21 PM, Randy Syring wrote: > > > I have

[Lift] NetBeans How-To for Lift

2009-04-09 Thread Randy Syring
I have downloaded NetBeans and the Scala plugin and it is working with a Hello World application. I would now like to start working with Lift in NetBeans, but I am completely lost as to how to run a Lift project from within NetBeans. Would it be possible for someone to help me run this tutorial: