Eclipse build "current project" works from menu but not with shortcut -


i have assigned ctrl-f7 "build all", works fine. however, since project consists of subprojects, don't want compile while i'm working on library part, dependent projects fail anyway.

i assigned shortcut f7 "build project", doesn't anything. when use menu "project -> build project" builds part i'm working on. can see in menu shortcut assigned, because shown there, doesn't trigger when press it.

is bug in eclipse (juno 4.3.0) or missing here something?

in shortcut editor "where" clause set "in windows", same "build all" shortcut. tried set c++ editor , others, none seem work.

i still in eclipse indigo, , have assigned f7 build project. works. there maybe regression because found bug : https://bugs.eclipse.org/bugs/show_bug.cgi?id=383497

read bug see if find solution. try maybe clean 1 time eclipse. start eclipse -clean or add in shortcut (don't forget remove parameter after, because init slow).
if not work , sources under source control, create temporary workspace, copy bunch of project there , try again. workspace corrupted rare.

one solution if have many project compile , don't change often, create jars, point jar , close project.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -