I've got these errors when tried examples from getting started, when I
run mvn jetty:run I get:



[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO]
------------------------------------------------------------------------
[INFO] Building todo
[INFO]    task-segment: [jetty:run]
[INFO]
------------------------------------------------------------------------
[INFO] Preparing jetty:run
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [yuicompressor:compress {execution: default}]
[INFO] nb warnings: 0, nb errors: 0
Downloading: 
http://scala-tools.org/repo-releases/org/igniterealtime/smack/smack/3.1.0/smack-3.1.0.pom
Downloading: 
http://repo1.maven.org/maven2/org/igniterealtime/smack/smack/3.1.0/smack-3.1.0.pom
Downloading: 
http://scala-tools.org/repo-releases/org/igniterealtime/smack/smackx/3.1.0/smackx-3.1.0.pom
Downloading: 
http://repo1.maven.org/maven2/org/igniterealtime/smack/smackx/3.1.0/smackx-3.1.0.pom
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [scala:compile {execution: default}]
[INFO] Checking for multiple versions of scala
[INFO] Compiling 2 source files to /home/ann/work/liftweb/todo/target/
classes
[WARNING] /home/ann/work/liftweb/todo/src/main/scala/com/liftworkshop/
snippet/TD.scala:33: error: ')' expected but '.' found.
[WARNING]       ~priority~ -> todo.priority.toForm,
[WARNING]                         ^
[WARNING] /home/ann/work/liftweb/todo/src/main/scala/com/liftworkshop/
snippet/TD.scala:38: error: block must end in result expression, not
in definition
[WARNING]  }
[WARNING]  ^
[WARNING] /home/ann/work/liftweb/todo/src/main/scala/com/liftworkshop/
model/ToDo.scala:29: error: ')' expected but integer literal found.
[WARNING]     valMinLen(3, ~Description must be 3 characters~) _ ::
super.validations
[WARNING]                                       ^
[WARNING] three errors found
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] command line returned non-zero value:1
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Tue Apr 21 16:14:53 EEST 2009
[INFO] Final Memory: 16M/124M

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