I just started a liftweb project and decided to go version 2.0 and it didn't seem to generate. Though I could be missing something.
views:
59answers:
1
+1
A:
If you've got SBT ( http://code.google.com/p/simple-build-tool/ ) and Git installed on your machine, try:
dpp@viper:~$ git clone git://github.com/dpp/lift_sbt_prototype.git
dpp@viper:~$ cd lift_sbt_prototype/
dpp@viper:~/lift_sbt_prototype$ sbt update ~jetty-run
Thanks
David Pollak
2010-06-18 05:19:11
ok i'll give it a whirl I appreciate it.
Uruhara747
2010-06-23 07:33:19