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

Use different output path

Open channingwalton opened this issue 12 years ago • 7 comments

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?

channingwalton avatar Mar 19 '12 10:03 channingwalton

Just to clarify, do the problems come from using IntelliJ's built in compilation? (I delegate this to SBT's with idea-sbt-plugin).

retronym avatar Mar 19 '12 13:03 retronym

Yes, its always Intellij that gets muddled, sbt is ok.

channingwalton avatar Mar 19 '12 14:03 channingwalton

Actually, to be clearer, I am using the Jetbrains scala plugin (nightly) with the built-in fsc

channingwalton avatar Mar 20 '12 09:03 channingwalton

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.

mpeltonen avatar Mar 20 '12 17:03 mpeltonen

Ok interesting. So do you leave sbt running with ~test:compile and let intellij pick up what it needs from sbt's output?

channingwalton avatar Mar 20 '12 19:03 channingwalton

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

retronym avatar Mar 20 '12 19:03 retronym

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

channingwalton avatar Mar 20 '12 19:03 channingwalton