Note that there are some explanatory texts on larger screens.

plurals
  1. PONeed a better "getting started" guide for Lift
    primarykey
    data
    text
    <p>I have used Scala for about a year and now want to get into Lift. Following the official site, I got the guide at <a href="http://simply.liftweb.net/index-Chapter-2.html#toc-Chapter-2">http://simply.liftweb.net/index-Chapter-2.html#toc-Chapter-2</a></p> <p>However, the example does not work. Here is the error I get.</p> <pre><code>C:\Lift\hello&gt;sbt update ~jetty-run C:\Lift\hello&gt;set SCRIPT_DIR=C:\scala\bin\ C:\Lift\hello&gt;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] ^ </code></pre> <p>I have not used sbt before and prefer not to get sidetracked by having to learn sbt, maven or other stuff. I essentially want a "hello" world application (in this case, the chat application) to start up and running before I do any more digging into Lift.</p> <p>It is unfortunate that the very first example in the official "getting started" guide is broken. Any ideas what the errors are. I tried the method suggested at <a href="http://groups.google.com/group/simple-build-tool/browse_thread/thread/60635edfadbcd816">http://groups.google.com/group/simple-build-tool/browse_thread/thread/60635edfadbcd816</a> without any luck</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload