You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having an unmanaged source folder shared between several projects is a common practice for most of cross scalajs-scala libraries.
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.
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
Having an unmanaged source folder shared between several projects is a common practice for most of cross scalajs-scala libraries.
![shared wrong](https://cloud.githubusercontent.com/assets/842436/2686857/d6a11fb6-c223-11e3-9e5f-8106d1aa4dfe.png)
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](https://cloud.githubusercontent.com/assets/842436/2686858/f21713b8-c223-11e3-992e-a8d98d24f52e.png)
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
The text was updated successfully, but these errors were encountered: