Bug 222592 - Binary files are sometimes hidden when copied at project root
Summary: Binary files are sometimes hidden when copied at project root
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 5.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-13 11:24 EDT by Philippe Coucaud CLA
Modified: 2020-09-04 15:25 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Coucaud CLA 2008-03-13 11:24:06 EDT
Build ID: M20071023-1652
CDT 4.0.3 & 5.0.0 M5

Steps To Reproduce (from the C/C++ Projects view):
1. create a Cygwin HelloWorld executable project ("Hello1")
2. build the default configuration (Debug). 
3. copy Debug/Hello1.exe to the project root: the copied file becomes visible as expected
4. Create a new CygWin C Project ("Hello2") and copy Hello1.c from Hello1/src/ into Hello2/ (ie project root).
5. build the default configuration (Debug). 
6. copy Debug/Hello2.exe to the project root: the file does not appear (it can however be seen in the Project Explorer view). Refreshing or Closing/Opening the project has no effect. This seems to happen for all binary files and not only executables.