Trace Compass is blocking the C project Build [message #1783863] |
Mon, 19 March 2018 12:54  |
Eclipse User |
|
|
|
Hello,
I am using trace compass 3.2.0 plugins as part of development.
Trace Compass Nature is added to Custom C project.
When ever is C project Build is initiated "Waiting for User Operation" is blocking the UI.
After initial Analysis I found that it is coming from TmfProjectRegistry.java
from below code
if (delta.getKind() == IResourceDelta.CHANGED &&
project.isOpen() && project.hasNature(TmfProjectNature.ID)) {
// If shadow project exists, handle resource change in the shadow project
if (TmfProjectModelHelper.shadowProjectAccessible(project)) {
handeParentProjectRefresh(project);
return;
}
Can you please help me in this to avoid UI blocking.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07154 seconds