Would be great to get some help setting up lift, guess I am kind of
lost here. I use Mac OS X Snow Leopard with 64bit Java 6.

When I try to create a new lift project as written in the tutorial I
get the following error message:

Invalid task 'archetypeArtifactId=lift-archetype-blank': you must
specify a valid lifecycle phase, or a goal in the format plugin:goal
or pluginGroupId:pluginArtifactId:pluginVersion:goal

Which is the first thing I don't understand. When I reduced the
command to the following line it worked:
mvn archetype:generate -U -DarchetypeGroupId=net.liftweb -
DarchetypeArtifactId=lift-archetype-blank -DarchetypeVersion=1.0 -
DremoteRepositories=http://scala-tools.org/repo-releases

But, when I try "mvn jetty:run" it fails compiling.

error: overloaded method constructor Server with alternatives
(java.net.URL)org.mortbay.jetty.Server <and>
(org.mortbay.util.Resource)org.mortbay.jetty.Server <and>
(java.lang.String)org.mortbay.jetty.Server cannot be applied to (Int)
  val server = new Server(8080);
               ^
one error found
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] wrap: org.apache.commons.exec.ExecuteException: Process exited
with an error: 1(Exit value: 1)


Thanks a lot!

--~--~---------~--~----~------------~-------~--~----~
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