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?
source
share