Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Changing Project Name...(What is the clean way to change a project name without breaking the build?)
Changing Project Name... [message #1828300] Sat, 06 June 2020 16:15
Keith Summers is currently offline Keith SummersFriend
Messages: 7
Registered: May 2019
Junior Member
I normally work in Visual Studios and changing the project name is easy there.

I'd like to get Eclipse going for me but the build breaks when I change the project name.

Or I get a strange result that I'm not happy with --

I have "hello_world" and I want to change that to "template"

When I rename the root branch name -- I get "template (in hello_world)"

When I change the build directory -- I break all the hardcoded references in the project.

The key idea here is that I need to clone these test projects so I can start to branch off of them. I don't know the correct approach for Eclipse projects. Can someone point me in the right direction?

I'm working in a completely new build of Eclipse 2020-03 and my target is ESP32-Idf projects.

[Updated on: Sat, 06 June 2020 16:16]

Report message to a moderator

Previous Topic:Makefile project configuration
Next Topic:Making a new idf project - are there any instructions?
Goto Forum:
  


Current Time: Thu Apr 25 19:48:14 GMT 2024

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

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

Back to the top