Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 329885 - When launching an android project unrelated c++ projects build
Summary: When launching an android project unrelated c++ projects build
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sequoyah (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-10 06:04 EST by alan birtles CLA
Modified: 2016-11-08 14:45 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alan birtles CLA 2010-11-10 06:04:22 EST
When any android project is launched all c++ projects in the workspace are build first. This occurs even on projects without native support enabled. The expected behaviour would be for only the launched project and its dependencies to be built
Comment 1 Marcel Gorri CLA 2010-11-19 08:19:53 EST
(In reply to comment #0)
Hi Alan, 

the default behavior when the 'build all' flag is set is that all the projects in the workspace are built. Can you please check if this option is set in your workspace? 

Regards, 
 Marcel

> When any android project is launched all c++ projects in the workspace are
> build first. This occurs even on projects without native support enabled. The
> expected behaviour would be for only the launched project and its dependencies
> to be built
Comment 2 alan birtles CLA 2010-11-19 11:59:17 EST
Where is the flag? C++ "build scope" is set to build active and "build automatically" is turned on
(In reply to comment #1)
> (In reply to comment #0)
> Hi Alan, 
> 
> the default behavior when the 'build all' flag is set is that all the projects
> in the workspace are built. Can you please check if this option is set in your
> workspace? 
> 
> Regards, 
>  Marcel
> 
> > When any android project is launched all c++ projects in the workspace are
> > build first. This occurs even on projects without native support enabled. The
> > expected behaviour would be for only the launched project and its dependencies
> > to be built
Comment 3 Marcel Gorri CLA 2010-11-19 12:04:58 EST
(In reply to comment #2)
Sorry, this is the flag we were talking about "build automatically". Have you tried to disable (unselect) it and then build?

> Where is the flag? C++ "build scope" is set to build active and "build
> automatically" is turned on
> (In reply to comment #1)
> > (In reply to comment #0)
> > Hi Alan, 
> > 
> > the default behavior when the 'build all' flag is set is that all the projects
> > in the workspace are built. Can you please check if this option is set in your
> > workspace? 
> > 
> > Regards, 
> >  Marcel
> > 
> > > When any android project is launched all c++ projects in the workspace are
> > > build first. This occurs even on projects without native support enabled. The
> > > expected behaviour would be for only the launched project and its dependencies
> > > to be built
Comment 4 Marcel Gorri CLA 2011-09-06 14:49:30 EDT
The behavior pointed in this bug is in fact an expected behavior from ADT. It forces a Build All for the projects everytime you hit run.