sbt-idea icon indicating copy to clipboard operation
sbt-idea copied to clipboard

unmanaged source folders problems

Open antonkulaga opened this issue 12 years ago • 0 comments

Having an unmanaged source folder shared between several projects is a common practice for most of cross scalajs-scala libraries. shared wrong

By default I get some strange errors in IDEA configuration, here is a screenshot of my project ( https://github.com/denigma/semantic-web ) where it is easy to spot "null"s inside source folder. There I have semantic-shared/models and semantic-shared/rdf folders shared between scala and scalajs project. shared wrong

P.S. I also created corresponding issue in IntellijIDEA bug tracker as I also see some bugs in a way it deals with shared source folders

http://youtrack.jetbrains.com/issue/SCL-6915

antonkulaga avatar Apr 12 '14 09:04 antonkulaga