Scala project not automatically created in Eclipse

I copied the examples folder from scala -2.7.7.final-devel-docs to the src folder of the scala project.

But the source files will not be compiled unless I manually modify them. "Project / Build automatically" is checked.

I am using scala plugin Eclipse 2.7.7-final

How can I get this to work, as in java projects?

+3
source share
1 answer

Thanks to Miles Sabin, I found the answer without opening a duplicate ticket. This behavior is a known bug. And indeed, I had files with errors in this project.

http://lampsvn.epfl.ch/trac/scala/ticket/683

+2
source

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


All Articles