eclipse builds all projects even on issuing build for single project

后端 未结 3 1831
一生所求
一生所求 2021-01-21 00:53

There seems to be some issue with Eclipse VERSION 3.7

When I compile some single project ( though ant or though buildProject) , Eclipse starts building all projects in

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-21 01:29

    Shortcut Key Method

    Another way is to change the shortcut key for building a project eg. Ctrl-B to only Build Project, instead of Build All.

    1. Go to Window -> Preferences
    2. In General -> Keys, find "Build" in the filter
    3. There are two cases, Build All and Build Project.
    4. Personally, I set Ctrl-B to Build Project by pressing Ctrl-B in the Binding Box
    5. Next I set Ctrl-A Ctrl-B sequence to build all Projects

    Try it out

提交回复
热议问题