I previously setup a Scala Nature project by doing right click project->configuration->add Scala nature and perhaps some other steps I do not recall. A second project that I added Scala nature to, is giving an Eclipse error saying, that the imported types cannot be resolved. Perhaps there are additional steps that need to completed to enable proper Scala support.

link|improve this question

63% accept rate
Why do you think there's a problem with Scala support? 'Add Scala Nature' is enough to enable Scala support, so you will need to give more information to get useful answers. – Iulian Dragos Nov 20 '11 at 11:39
feedback

1 Answer

That should do it, but it is hard to know if you are experiencing a setup issue, or hitting a bug on the Scala IDE. I'd suggest you to ask the question in the scala-ide-user list, and if you can push your project (together with all Eclipse metadata files) somewhere so that we can have a look, it would greatly simplify the process. I'd be glad to help.

link|improve this answer
The project I am having problems with, has a s in the icon, while the project that works fine has an o. I think this might be relevant. Java projects have a j. This is is so weird, adding xpand/xtend nature to the project, fixed this issue. However, F3 does not work on import Scala statements. It works on the class names in the code, but selecting a class in an import statement and than f3, yields Current text selection cannot be opened in an editor. – dlots Nov 20 '11 at 13:33
Nvm, the issue is not resolved. – dlots Nov 20 '11 at 14:26
WTF, now my previously fine compiling project is getting the errors in the Eclipse IDE and getting this with compilation after making some changes in the pom and than changing it back: The import app.services.IsoService cannot be resolved IsoService cannot be resolved to a type – dlots Nov 20 '11 at 15:20
1  
@dlots if you are looking for help, you may want to provide some more detail (showing code would also help a lot), otherwise the whole discussion is pointless. – Mirco Dotta Nov 20 '11 at 19:18
Thanks for your help Mirco. I was busy the last few days and have now resolved the problem. It was as I suspected not a code problem as it was failing on basic imports. The problem was that I added the webapp directory to the project as a source folder. In previously working project it was failing on a pom file on a property definition (dunno why). In the old project I figured it too was an xml problem and it was, failing on the webapp config. – dlots Nov 22 '11 at 7:33
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.