lift import net.liftweb returns an error “not foun

2019-04-10 01:21发布

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

1条回答
冷血范
2楼-- · 2019-04-10 01:50

I got it... I had to reconfigure Build Path and add the lift dependencies so the maven dependencies showed up again. After that I had to edit every single file and save it again to make my imports work!

查看更多
登录 后发表回答