Use external build not working...

Nothin is building on edit java file and save. Eclipse mode plugin for 11 has been uninstalled which was working but was slow...

radworking.png

0
Avatar
Permanently deleted user

Hi Hamidam,

Serge have already updated the answer to your quiestion at Stackoverflow:

When run/debug configuration is running,

Make project automatically
has no effect. Classes on disk will change only on
Build
|
Make
. It's the core design decision as in our opinion class changes on disk should be always under user's control. Automatic make is not the copycat of Eclipse feature, it works differently and it's main purpose is to save time waiting for the classes to be ready when they are really needed (before running the app or tests). Automatic make doesn't replace the explicit compilation that you still need to trigger like in the case described in this question.

Best regards,
  Eugene.
0

请先登录再写评论。