intellij-haskforce icon indicating copy to clipboard operation
intellij-haskforce copied to clipboard

Does not rebuild project after source files edited?

Open mouse07410 opened this issue 6 years ago • 2 comments

MacOS Mojave 10.14.2, IntelliJ IDEA 2018.3.3, this plugin provided by IntelliJ (possibly older than the current master).

I've created a (very simple) Haskell Stack project. First time it built it OK. First problem - when creating a Run configuration, it was unable to find the executable I just built. I've located where the binary was (down some seven layers of directories), and put it in manually. Then "Run" command worked.

Then I edited the source file a bit. The change was not picked up. The re-build does not happen, no matter what I do. And I seem unable to clean the project - there's no "Clean" command.

mouse07410 avatar Jan 11 '19 16:01 mouse07410

In your run configuration, do you have "Build" listed in the "Before launch" section?

carymrobbins avatar Jan 11 '19 18:01 carymrobbins

In your run configuration, do you have "Build" listed in the "Before launch" section?

Oh yes - though I'm surprised that I cannot edit that part: screen shot 2019-01-11 at 18 29 22

It doesn't seem to be able to track files, nor to locate the built executable by itself - but if I manually type the full path to it, "Run" will execute it.

mouse07410 avatar Jan 12 '19 01:01 mouse07410