Is there a way to tell IntelliJ IDEA which output folder to use for the GWT compiler? I know that it copies artifacts to the project folder, but does not copy the add-ons that I installed using the gwt compiler command line option β-extraβ.
IntelliJ IDEA leaves it at USER_HOME / .IntelliJIdea10 / system / gwt / project_name_with_hash / module_name_with_hash / compilation / www
UPDATE : Oddly, I did not find a list of possible path macros on the IntelliJ website. But I found them in idea.jar. Possible macros:
APPLICATION_HOME_DIR PROJECT_DIR MODULE_DIR USER_HOME
source share