Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Project name in .cproject
Project name in .cproject [message #195042] Tue, 03 July 2007 18:08 Go to next message
Eclipse UserFriend
Originally posted by: frew.stanford.edu

Hi all,

It looks like in many places in .cproject, CDT generates references to
the project location of the form {workspace_loc:my_project_name}. For a
project I'm working on, I'd like to automatically rename projects
outside of Eclipse, and I ran into problems due to this. Is there a
reason it's generating paths of this form rather than the simpler,
seemingly equivalent {project_loc:}, and am I going to horribly break
something down the road if I do this replacement myself?

Thanks,
Fred
Re: Project name in .cproject [message #195174 is a reply to message #195042] Wed, 04 July 2007 14:16 Go to previous message
Eclipse UserFriend
Originally posted by: dschaefer.qnx.com

Fred Wulff wrote:
> Hi all,
>
> It looks like in many places in .cproject, CDT generates references to
> the project location of the form {workspace_loc:my_project_name}. For a
> project I'm working on, I'd like to automatically rename projects
> outside of Eclipse, and I ran into problems due to this. Is there a
> reason it's generating paths of this form rather than the simpler,
> seemingly equivalent {project_loc:}, and am I going to horribly break
> something down the road if I do this replacement myself?

As the joke goes, "Doctor, it hurts when I do this", "Well, then, don't
do that".

The contents of the .cproject file are not an interface and we will
freely change them over time. You really should be doing this from
within Eclipse. It's hard enough to get right there...
Previous Topic:Very good job!
Next Topic:Smart Insert Mode
Goto Forum:
  


Current Time: Tue Jul 22 08:38:00 EDT 2025

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

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

Back to the top