I m new with scala and lift but I already got the pocketchangeapp up and running and playing around with the RestAPI thing in it. Now I created a new project and it worked quite well until last night. I made my latest changes and commited them in svn but hat a problem with my workspace so I deleted my projects and did a checkout of the Project in svn. Since I did that my imports of net.liftweb._ (any classes also if I write the exact class name) only return an error in eclipse:
import net.liftweb._ gives me "not found: value net"
I checked again all dependencies in the pom.xml but I cannot find the error. Help would be great, thank you. Michael