Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] LinkProject very slow with many projects

Hi all,

I am using the function 'IProject linkProject(Object location)' in one
of my scripts. Basically this is working. But if I am using it with
many projects (>50) it is very slow. I assume it triggers many
resource updates. If I import the same number of projects via the
Eclipse Import Wizard 'Existing projects into workspace' it goes very
fast.

Does anyone of you have an idea how I can improve the performance when
doing the import/link from EASE scripting? Disabling auto build I
already tried, but this did not help. I assume because of some EMF
models in some projects that are automatically generated during the
import. Is it somehow possible to disable all triggers during the
import and then do a full build afterwards?

Thanks for your help,

Raphael


Back to the top