Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Storage of default settings in .cproject file

Hello Sebastian,

 

We also faced the similar issue in our projects. The solution that we implemented is to set the non-default values during project generation, and once the project is generated, set the default values. This will help in storing all the default values in ‘.cproject’ file.

 

We did not find any other better solution for this problem, if in case anyone else in the mailing list has better solution, please suggest.

 

Regards,

Ashish

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sebastian Wagner
Sent: 23 February 2015 15:36
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Storage of default settings in .cproject file

 

Hello,

 

is there a way to store ALL settings, including the default values in the .cproject file?

Today only settings which differ from the default values are stored in there. I would like to use the default values only when a project is created, but after all settings shall be read from the .cproject file to make it independent from the default values.

 

 

Thanks for you help!

 

Sebastian

This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.

Back to the top