Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Copying CDT Build information from one project to another.

Hi Elena, All,

Ah yes! It looks like it does have some items there that use the old project name. I'll have to rename those. Thanks for the advice.

My concern really is the random numbers that are appended to ids, like below. Does CDT need these to be random between projects? Hmm... I guess by changing the project name prefix, the whole id will already be unique, right?

Example:
<project id="HelloWorld.cdt.managedbuild.target.gnu.exe.1177463731" name="Executable" projectType="cdt.managedbuild.target.gnu.exe"/>

Thanks for the advice. I'll go ahead and use this approach. Please let me know if you think of anything else dangerous about this.

Thank you very much!

Regards,
Mark


Elena Laskavaia wrote:
You can try it. If .cproject has references to project name you have to rename all of them too.

Mark Espiritu wrote:
Hi all,

Sorry to post this here. I tried the newsgroup last week but didn't get answer. I'm hoping to get some advice.

I'm using Europa/CDT 4.0. I need to duplicate all of the CDT build settings of a project onto another project.  Is it safe to just copy the .cproject across? It seems to work just like a copied makefile would. =) Am I on the right track?

Please advise.

Thanks! Much appreciated.

Regards,
Mark

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top