nek4life / intellij-demandware

Intellij Demandware Plugin
MIT License
32 stars 7 forks source link

Rebuild Project - specify module SDK #13

Open intel352 opened 8 years ago

intel352 commented 8 years ago

When attempting to "Rebuild Project" (which should ideally perform a Clean Cartridges action), IDEA asks for you to specify an SDK for the module (for which there seems to be no option to do so). Despite the project having a default SDK identified, that's apparently ignored for the module, so Rebuild Project won't actually run.

nek4life commented 8 years ago

Hey @intel352 the preferred way to clean cartridges is to use the button I added. I'm not sure I can make the "Rebuild Project" action work as I think it's more for Java based projects that need to be compiled. If you'd like to look into how to integrate this feature I'm more than open to taking pull requests.