Open xscavengerx opened 6 years ago
Try building the project (Build -> Rebuild Project).
I had this issue too, but found a fix. I think that the TMC add in doesn't set up and configure the project and correctly when it is first opened.
When selecting a new exercise (with Intellij already open) I have to perform the following actions).
It is now possible to run the project, run the tests and submit the code with TMC. I haven't figured out how to automate this, so if anyone figures this out, let me know.
I'm using IntelliJ version 2019.1.1 community edition with TMC v2.0.2
@jackfterry Thanks, your solution was the only thing that worked for me.
Yes, these directions work! cheers
@jackfterry Thanks, in addition to the above I had to make an additional step: Set Project language level to 8 inside File -> Project Structure -> Project Also project compiler output should be the test folder
@jackfterry, you can set the default SDK and language level by going to File | Other Settings | Structure for New Projects. Then you just have to set the compiler output path and mark the src directory as a Sources Root.
I encounter the message only when I am working on NHLStatistics part 1.