I have been working on a project for a while, so I haven't needed to use it, but I found this in my collection of .bat files:
cd C:\Liftweb mvn archetype:generate -DarchetypeCatalog=http://scala-tools.org/ ... that way, you get a bunch of choices during the creation process, as I recall. Yes, Lift is young, and is in more of the 'for programmers' phase than the 'for everyone' phase as far as books and instructional websites go, but things are moving fast! Try it out and see what you can create, then report back with what you have learned, as many here do... On Jul 3, 4:00 pm, Douglas Quaid <[email protected]> wrote: > I heard some good vibes about Lift and then I saw this gem in the > "Getting Started" documentation for creating a project: > > From a command prompt, type: > > mvn archetype:generate -U \ > -DarchetypeGroupId=net.liftweb \ > -DarchetypeArtifactId=lift-archetype-basic \ > -DarchetypeVersion=1.0 \ > -DremoteRepositories=http://scala-tools.org/repo-releases\ > -DgroupId=com.liftworkshop \ > -DartifactId=todo \ > -Dversion=0.1-SNAPSHOT > > Perhaps you guys could "innovate" and wrap this crap (rhyme!) in a > shell script. > > Good day! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
