Sorry, the archetypeVersion should be 0.9 as shown in
  http://liftweb.net/index.php/HowTo_start_a_new_liftwebapp

On Mon, Sep 1, 2008 at 1:52 PM, Oliver <[EMAIL PROTECTED]> wrote:

> Hi,
>
> Lift uses Maven 2 which doesn't require an IDE to run. It's probably
> possible to add a Maven task within Netbeans to create a lift project, but
> its a good idea to get an idea of how to run Maven from the command line.
>
> As you have Scala installed, you need to install Maven 2. Once you have
> done this you can create a new Lift app easily
>
> mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create -N  \
> -DarchetypeGroupId=net.liftweb \
>
> -DarchetypeArtifactId=lift-archetype-basic \
> -DarchetypeVersion=0.7.1 \
> -DremoteRepositories=http://scala-tools.org/repo-releases \
> -DgroupId=com.foo.jpaweb \
>
> -DartifactId=webapp
>
> just replace com.foo.jpaweb with your path and webapp with the name of your
> application. If you are running in windows you will need to get rid of the
> backslashes and put the command on one line.
>
> There is a Maven plugin in Netbeans that your will have to install/enable
> (via Tools/Plugins). Once this is done Netbeans will open your project and
> allow you to build it using Maven, without going back to the command line.
>
> Hope this helps
>
> Oliver
>
>
> On Mon, Sep 1, 2008 at 1:05 PM, Marc Boschma <[EMAIL PROTECTED]<[EMAIL 
> PROTECTED]>
> > wrote:
>
>>
>> Hi,
>>
>> I've been playing with Netbeans + Scala plug-in, and now just starting
>> to consider /lift/ as well...
>>
>>  From what I can tell (googling) it is still necessary to create a
>> maven /lift/ project by hand (command line) and then open that in
>> Netbeans... is that correct?
>>
>> Ideally it would be nice to be able to start a /lift/ project from
>> within the IDE like a Scala Application or Library.
>>
>> Marc
>>
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to