IntelliJ "Executing pre-compile tasks...:" -


i working on large project using intellij 14.1 latest.

recently, whenever stop editing minute or so, intellij freezes several minutes message "executing pre-compile tasks...:" followed message "all files up-to-date".

any idea causing behavior , can prevent it?

your problem becasue 2 things:
- in source code have pre-compile script.
- intellij idea build project automaticaly when ide idle.

solution:

  • choose menu file \ settings... or press combine keys: ctrl+alt+s.

  • choose build, execution, deployment \ compiler , uncheck item make project autimatically (only work while not running / debugging)

    or type in search box @ top-left corner, search keyword above.

enter image description here


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -