Bug 72782 - BinaryContainer not showing up
Summary: BinaryContainer not showing up
Status: VERIFIED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Alain Magloire CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 10:31 EDT by Alain Magloire CLA
Modified: 2004-09-14 21:35 EDT (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 Alain Magloire CLA 2004-08-27 10:31:52 EDT
Some of the change we did to accomodate the Indexer;
A bug that makes it run two times when opening a project
affected the binaryContainer(It does not show up)

The Problem is since we no longer go through the
resource deltas when a project is open, the BinaryContainer
is no longer aware of new binaries in the project.
This was fix in the head, and would like to move
the fix to the branch(2.0.1).  The fix is simple.
The bug for example will affect the debugger when looking
for executables.

Any objections ?
Comment 1 Tanya Wolff CLA 2004-08-27 11:16:16 EDT
I'm not seeing missing Binaries folder when I close and open a project.
Do you have the steps? Managed or Std? 
I'm looking for the scenario when the executable exists, but not the Binaries 
folder, I guess. I tried turning off autobuild, then clean, so no Binaries 
folder nor exec exists, close project, turn on autobuild, open project, but 
then I see the exec and Binaries folder.
Comment 2 Alain Magloire CLA 2004-08-27 11:25:25 EDT
- Create a std make project, say "bla"
- create another folder inside that project, say "bla/folder"
- copy a binary to it "bla/folder/myexec"

see the binary container appearing (the little blue losange)

- close the project
- reopen the project

No binary container.

Comment 3 Alain Magloire CLA 2004-08-27 12:25:00 EDT
TWolff,
  You asked for the steps and it was added to the PR.
I would like to close this today.

Any other objections?
Comment 4 Tanya Wolff CLA 2004-08-27 13:38:40 EDT
Ok I can reproduce now... it's a bug :)
Comment 5 David Daoust CLA 2004-08-27 13:44:30 EDT
Alain,  it is your call.  If you want to fix this, we have no problems doing a 
re-spin and we will re-validate the build.  Please let us (andrew :-) know as 
soon as it is fixed (or if you decide it shouldn't be) and we will "turn the 
crank".
Comment 6 Alain Magloire CLA 2004-08-27 13:51:22 EDT
> Alain,  it is your call.

Thanks, the fix is a one liner.  And it will help the debug side,
i.e the debugger relies on this container to find binaries/executables.

Fix applied to the branch.

> Please let us (andrew :-) know as soon as it is fixed 

Andrew, it is in.

Thanks, sorry for the last minutes chaos.
Comment 7 Kleo Hapitas CLA 2004-09-14 21:35:23 EDT
Tanya has verified this one, marking it so