I can't even *find* Intellij's SBT console window. :-(
Error:scalac: Output path C:\Users\Eric\Shuttle\out\test\Routing is shared between: Module 'Routing' tests, Module 'routing' tests
Output path C:\Users\Eric\Shuttle\out\production\Routing is shared between: Module 'Routing' production, Module 'routing' production
Please configure separate output paths to proceed with the compilation.
TIP: you can use Project Artifacts to combine compiled classes if needed.
Not finding Project Artifacts, admit I haven't tried very hard. I always capitalize my Module And File Names, so I don't know where the lowercase 'routing' comes from.
Let me say that the project has evolved a little from my first post. I built a dummy SBT project in IDEA, and copied the Scala. files into the appropriate sub-directories, then built.
What is the easiest way to build a Scala project in IDEA? Should I go through this pain with SBT or not?
Any opinions?
Eric