-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Managed source dirs aren't mapped to source directories in IDEA #76
Comments
Some details: Contraband, in its baseContrabandSettings, which it runs through sourceManaged in generateContrabands := sourceManaged.value And then protocolProj in sbt defines: sourceManaged in (Compile, generateContrabands) := baseDirectory.value / "src" / "main" / "contraband-scala" So everything is task-scoped. |
/cc @jastice |
It seems the Alternatively, it might be possible to import task-scoped source directories, but I'm not clear on how to do that robustly |
Could you show me (or explain to me) how that comes to be true? |
Following the inspect rabbithole: |
ah-ha. Thank you. |
I guess given this we can't solve this at the root (sbt), at least for now. We'll have to fix it on a case-by-case basis and by convention. |
It would be interesting to fix this in the close future in the spirit of getting more contributors to 1.0. |
Just taking a moment to start this issue.
I wouldn't be surprised if this is:
The text was updated successfully, but these errors were encountered: