sbt-idea
sbt-idea copied to clipboard
Use different output path
The plugin currently sets the output path to be the same as sbt's. But very often this causes intellij to get very muddled when you are doing things with sbt at the same time. I often need to delete target and rebuild.
Can we have an option to use a different output path?
Just to clarify, do the problems come from using IntelliJ's built in compilation? (I delegate this to SBT's with idea-sbt-plugin).
Yes, its always Intellij that gets muddled, sbt is ok.
Actually, to be clearer, I am using the Jetbrains scala plugin (nightly) with the built-in fsc
I've been using also exclusively sbt for compiling, so this has not been an issue for me. But sounds like this should definitely be configurable.
Ok interesting. So do you leave sbt running with ~test:compile and let intellij pick up what it needs from sbt's output?
See: https://github.com/orfjackal/idea-sbt-plugin/wiki
On Tue, Mar 20, 2012 at 8:32 PM, Channing Walton [email protected] wrote:
Ok interesting. So do you leave sbt running with ~test:compile and let intellij pick up what it needs from sbt's output?
Reply to this email directly or view it on GitHub: https://github.com/mpeltonen/sbt-idea/issues/142#issuecomment-4603612
Great, thanks.
On 20 Mar 2012, at 19:38, Jason Zaugg wrote:
See: https://github.com/orfjackal/idea-sbt-plugin/wiki
On Tue, Mar 20, 2012 at 8:32 PM, Channing Walton [email protected] wrote:
Ok interesting. So do you leave sbt running with ~test:compile and let intellij pick up what it needs from sbt's output?
Reply to this email directly or view it on GitHub: https://github.com/mpeltonen/sbt-idea/issues/142#issuecomment-4603612
Reply to this email directly or view it on GitHub: https://github.com/mpeltonen/sbt-idea/issues/142#issuecomment-4603720