我已经使用Scala大约一年了,现在想进入Lift。 在官方网站之后,我得到了指南 http://simply.liftweb.net/index-Chapter-2.html#toc-Chapter-2
但是,该示例不起作用。这是我得到的错误。
C:\Lift\hello>sbt update ~jetty-run
C:\Lift\hello>set SCRIPT_DIR=C:\scala\bin\
C:\Lift\hello>java -Xmx512M -jar "C:\scala\bin\sbt-launch.jar" update ~jetty-run
[info] Set current project to default-7944be (in build file:/C:/Lift/hello/)
[success] Total time: 0 s, completed 22 Feb, 2012 3:41:06 PM
[error] Not a valid command: jetty-run
[error] Not a valid project ID: jetty-run
[error] Not a valid configuration: jetty-run
[error] Not a valid key: jetty-run (similar: run)
[error] ~jetty-run
[error] ^
我以前没有使用过sbt,并且不想因为必须学习sbt,maven或其他东西而陷入困境。我本质上想要一个“你好”的世界应用程序(在这种情况下,聊天应用程序)启动并运行,然后再进一步深入了解Lift。
不幸的是,官方“入门”指南中的第一个例子被打破了。任何想法错误是什么。我尝试了建议的方法 http://groups.google.com/group/simple-build-tool/browse_thread/thread/60635edfadbcd816 没有运气