English 中文(简体)
lift import net.liftweb returns an error "not found: value net"
原标题:

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

问题回答

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!





相关问题
Oracle: how to disable table compression on dmp file import

I have dmp file that was created by EXP utility. The source database has table compression enabled. How can I disable compression while importing dmp file. The destination database does not have ...

import feedparser works via SSH, but fails when in browser

I installed feedparser via SSH, using $ python setup.py install --home=~/httpdocs/python-libraries/feedparser-4.1/ I did that because I don t seem to have permission to properly run python setup.py ...

How to import existing ROR project?

I m new to Ruby on Rails (PHP developer here) and I need to edit an existing ROR project. I ve been using Aptana Studio for my PHP projects (switched to Zend after Aptana 2.0) but I ve kept Aptana ...

Circular #import/@class problem in ObjectiveC

I m going to use an example to properly illustrate my confusion. I can t quite wrap my head around this. In Cocoa touch, we have UIViewController and its subclass, UINavigationController. Now, UIVC ...

C# GemBox Excel Import Error

I am trying to import an excel file into a data table using GemBox and I keep getting this error: Invalid data value when extracting to DataTable at SourceRowIndex: 1, and SourceColumnIndex: 1. As ...

Importing from excel "applications" using SSIS

I am looking for any tips or resources on importing from excel into a SQL database, but specifically when the information is NOT in column and row format. I am currently doing some pre-development ...

热门标签