Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Howto to make a copy of a CDT project
Howto to make a copy of a CDT project [message #1324336] Wed, 30 April 2014 18:45 Go to next message
Kees Bakker is currently offline Kees BakkerFriend
Messages: 2
Registered: April 2014
Junior Member
Hi,

What is the best way to make a copy of a CDT project?

What I tried is to click on a project and do a copy and paste (with a new name). However, I have strong doubts about this method. The .cproject of the new project is completely identical to the original. All the identifiers that are supposed to be unique are now duplicated.

Eclipse keeps track of existing projects in the .metadata tree, and now some entries appear twice.

I'm getting the impression that Eclipse is now messed up. But I must say I haven't been able to come up with a good bug report.

There is one obvious error in the .cproject, and that is the value of <builder buildPath ... />. Say if I copy project test21 to test22 then in test22/.cproject I still see
<builder buildPath="${workspace_loc:/test21}/Debug"
But I don't know how CDT is using that value.
Re: Howto to make a copy of a CDT project [message #1325752 is a reply to message #1324336] Thu, 01 May 2014 11:14 Go to previous message
Alonso Quintero is currently offline Alonso QuinteroFriend
Messages: 1
Registered: May 2014
Location: Spain
Junior Member

Hello.

I try the same as Kees but the same result.

If somebody could help?

Thank you.
Previous Topic:use g++ instead of clang on Mac osx mavericks
Next Topic:mingwcc
Goto Forum:
  


Current Time: Fri Apr 26 14:51:02 GMT 2024

Powered by FUDForum. Page generated in 0.04252 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top