Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build Current Working Set Only in Eclipse

Tags:

eclipse

Is it possible to setup Eclipse so that, when I am switched between working sets, only that working set is automatically built and, additionally, the Problems/Tasks/etc views only show information from projects contained in the current working set? I searched around and couldn't find anything (other than setting up these filters manually).

Thanks for any help.

like image 403
JasCav Avatar asked Dec 08 '09 20:12

JasCav


People also ask

Where is build option in Eclipse?

It's just an Eclipse normal behaviour. Check if in menu Project -> Build Automatically is selected. To activate the Build option just deactivate Build Automatically option.

What is a Java working set?

A Working Set is a subset of your Eclipse projects. You can create different Working Sets and then select which Working Set to display in the Navigator view. Specifically: "Working set" (in this particular context), is an "Eclipse thing" The purpose of Eclipse working sets is to help organize your projects.


2 Answers

I notice that if you disable "build automatically" under the "project" menu, you can then select which working sets to include in your build (project -> build working set -> select working set). I don't think this is the "automatic" build behavior you are looking for though.... also, for the problems view, I thought this stack overflow answer was pretty solid.

Best Practices for Eclipse's Problems View

like image 156
tim Avatar answered Sep 16 '22 23:09

tim


Unfortunately the only option is to close projects from other working sets. If you have Working Sets shown as top elements in Package Explorer view you can select working set nodes and call Close or Open Project action from the popup menu.

like image 21
Eugene Kuleshov Avatar answered Sep 18 '22 23:09

Eugene Kuleshov