Lift import net.liftweb returns the error "not found: value net"

I am new to scala and will rise, but I already have a pocketchangeapp and it works and plays with it in RestAPI. Now I have created a new project, and until last night it worked quite well. I made my last changes and made them in svn, but the hat is a problem with my workspace, so I deleted my projects and checked the Project in svn. Since I did this, my import of net.liftweb._ (any classes also, if I write the exact name of the class) return only an error in eclipse:

import net.liftweb._ gives me "not found: value net"

I checked all the dependencies in pom.xml again, but I cannot find the error. Thank you very much, thank you. Michael

+3
source share
1 answer

I realized ... I had to reconfigure the build path and add lift dependencies so that maven dependencies reappear. After that I had to edit each file and save it again so that my import works!

0
source

Source: https://habr.com/ru/post/1728864/


All Articles