There are similar threads going on already but none talks about this specific question. Please don't flag this as possible duplicate.
I have got multiple projects imported in my eclipse workspace. Lets say I have:
- p1
- p2
- p3
- p4
The option "Build Automatically" is also enabled. Now the problem I'm facing is that if I'm working on p1 and save any java file it builds all projects (that take a lot of time). I need other projects to keep open as I'm referring to those projects.
Now what I want is to build only the project in which I'm working; not all. Is there any possible configuration available? Also I don't want to disable "Build Automatically" feature and Build manually.
Thanks./
In response to the comment received from @Pace. I can actually check the progress and it is building other projects too. Check screenshot.