-
|
When I check out a different commit of the SWT source code a task "Analyzing API" runs. This can take a long time. Can this be disabled? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
I think the only way of disabling the API builder, is to modify the .project file and remove the related nature and builder. |
Beta Was this translation helpful? Give feedback.
-
|
You can also "stop" it from running by pressing the stop red button in the progress view. I have also noticed it can take a very long time for it to run, which I think is a bug in itself. I don't know if that is a PDE bug or a deficiency in how we have setup SWT projects. |
Beta Was this translation helpful? Give feedback.
I think the only way of disabling the API builder, is to modify the .project file and remove the related nature and builder.