[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: A question about working set

If you say all it's going to rebuild all the projects that are currently
open. In the dialog that appears, you could use the checkboxes to select
which ones you want to rebuild. I believe there's a bug for preselecting
projects if you currently have a working set selected but I don't remember
if it has been resolved or not.

On Wed, 21 Nov 2007 15:29:59 +0000, Raymond wrote:

> Hey,
> 
> 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.
> 
> Thanks.