The commands in the Getting Started page ( 
http://liftweb.net/docs/getting_started/mod_master.html
)
for creating the todo project does not work when copied and pasted
into a shell.

The long command is split over multiple lines and end with \ but there
is a space after the backslash
which I did not notice until I pasted them into a cygwin bash shell
and got errors.

For example:

Listing 1:      Create a new project

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

Hope someone can fix that. thanks.

--

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