Bug 70449 - Extra file is being generated under other project type (e.g. Java ) ".cdtproject" file
Summary: Extra file is being generated under other project type (e.g. Java ) ".cdtproj...
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Alain Magloire CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 13:18 EDT by Magda Bologa CLA
Modified: 2009-01-09 14:57 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magda Bologa CLA 2004-07-20 13:18:18 EDT
Creating in eclipse any other project type (e.g Java), notice that an extra 
file is being generated under this project,".cdtproject" file (see in Navigator 
View)

Result:
this ".cdtproject" file should not be created excepting the C/C++ project type
Comment 1 Mathieu Lapensée CLA 2004-07-20 15:13:08 EDT
So this bug has been fixed a long time ago.  We can closed this.  Magda, can 
you close it?

Thanks,
Mathieu
Comment 2 Alain Magloire CLA 2004-07-20 23:06:41 EDT
> So this bug has been fixed a long time ago.

Yes it was .... but it's back 8-(
Comment 3 Alain Magloire CLA 2004-07-20 23:18:20 EDT
Magda,
  Do you still see this in 2.0GA, I'm not flipping this to fixed right
now, if the behaviour occur in 2.0GA we need to track it.


Sam the method:
CCorePlugin.getDefault().getCProjectDescription(project, create);

Takes a new argument boolean, if "false", the file ".cdtproject"
will not be create if it does not exists.
ResolverModel class updated.
Comment 4 Alain Magloire CLA 2004-07-21 14:10:04 EDT
Fix move to the branch.
Magda/Mathieu can you verify when you have time.

Thanks.