Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How to check if ICProjectDescription update is finished?

 

Hi All,

 

Is there any way to check if ICProjectDescription updation or refresh is completed and it can be modified again. I am getting following exception on setting the BuildInfo.setDefaultConfiguration(…):

 

{{{

!ENTRY org.eclipse.cdt.core 1 0 2014-03-20 14:20:57.841

!MESSAGE Recursive setProjectDescription from event listener, project=P/RX_v_2_1

!STACK 0

java.lang.Exception

       at org.eclipse.cdt.core.CCorePlugin.logStackTrace(CCorePlugin.java:1388)

       at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:852)

       at org.eclipse.cdt.managedbuilder.internal.core.BuildSettingsUtil.checkApplyDescription(BuildSettingsUtil.java:211)

       at org.eclipse.cdt.managedbuilder.internal.core.BuildSettingsUtil.checkApplyDescription(BuildSettingsUtil.java:198)

       at org.eclipse.cdt.managedbuilder.internal.core.ManagedBuildInfo.setDefaultConfiguration(ManagedBuildInfo.java:830)

}}}

 

I would like to have some logic which can check if the CProjectDescription is modifiable or not.

 

Regards,

Ashish Rawat

 

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