Step 1:  Create the project via mvn archetype:create or mvn
archetype:generate.  The wiki is still down, but you can see the lift
book for more information about this.  The tutorial you are looking at
says to generate the lift-archetype-blank.

Step 2:  In NetBeans go to file -> open -> and select the project you
just created (it should have a maven icon next to it).

Step 3:  Go to the command prompt and type mvn jetty:run.  You can
also execute this through NetBeans, but I like using the command
prompt.

Step 4:  Go to http://localhost:8080/

On Apr 9, 9:55 am, Randy Syring <rsyr...@gmail.com> wrote:
> Thank you for the reply.  Unfortunately, that post assumes one already
> has the project setup in NetBeans and they just want to debug it.  I
> am not even sure how to get the project setup in NetBeans.  The quick
> start tutorial says I should run a (very long) mvn command to setup
> the project 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 <dcaoy...@gmail.com> wrote:
>
> >http://blogtrader.net/dcaoyuan/entry/run_debug_lift_web_app
>
> > On Thu, Apr 9, 2009 at 2:21 PM, Randy Syring <rsyr...@gmail.com> wrote:
>
> > > 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:
>
> > >http://liftweb.net/docs/getting_started/mod_master.html
>
> > > from within NetBeans using the scala and mavin plugins?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to