I got a question about eclipse working set.
E.g. I have 10 projects in a workspace and
create a working set called "Debug" which
only contains two projects. Thus, when I
selecte the "Debug" workset, only those 2
projects are shown in the project explorer.
When I click Projec-->Clean (clean all projects
in the workspace) with build automatically on,
should eclipse only build the projects in the
selected working set? It seems eclipse still
builds all of the 10 projects in the workspace.
If this is the right behavior of eclipse, is
there any other way can let me control the
automaticall build process to let eclipse only
builds the projects I want it to build.