Paul,
I am also a newbie, so take what I say with a grain of salt.

The archetype is 0.10. This means that the skeleton application you generate
is in its 0.10 versioning. Scala Lift is in 1.0, but there is a typo in the
PDF in which the characters seem to be reversed. If you use this command you
should be able to create a new project:

vn archetype:generate -U -DarchetypeGroupId=net.liftweb
-DarchetypeArtifactId=lift-archetype-basic -DarchetypeVersion=0.10
-DremoteRepositories=http://scala-tools.org/repo-releases -DgroupId=$PACKAGE
-DartifactId=$PROJECT -Dversion=1.0-SNAPSHOT

$PACKAGE = com.yourcompany
$PROJECT = yourapp

Attached is a shell script that can generate the app for you.

Ikai

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Attachment: generate.sh
Description: Bourne shell script

Reply via email to