I'm new to ScalaTest, and now that I have it working with Maven, of course, I would like it to work well in Eclipse. My project is a Java project, but I want to improve my Scala skills by writing tests with ScalaTest.
I understood this so that I have to right-click on my project, for example, "Customize" and "Add Scala Nature". However, this makes Eclipse try to compile all my Java files using scalac, giving me a lot of "Scala Problem" entries in the problem list. Of course, the lack of a Scala character gives me a lot of βobvious problemsβ in my project for all my Scala files. How to add Scala nature only in src / test / scala?
Greetings
Nick
source share