Scala-Lift project in Eclipse Scala IDE errors
I installed Scala IDE for Eclipse , and it seems to be working okay. So now I'm trying to import a Lift project (specifically -- autogenerated Lift project from Stax application platform ), and now I'm having four errors at my workspace: value net is not a member of package <root> Boot.scala /rss2lj/src/scala/bootstrap/liftweb line [3..6] Scala Problem At lines: import _root_.net.liftweb.util._ import _root_.net.liftweb.http._ import _root_.net.liftweb.sitemap._ import _root_.net.liftweb.sitemap.Loc._ Could anyone please help me out with it? UPD : I found a discussion with solution for maven