tags:

views:

59

answers:

1

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.

+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
ok i'll give it a whirl I appreciate it.
Uruhara747