MartinLoeper / KAMP-DSL

Domain Specific Language for the KAMP Framework
Apache License 2.0
0 stars 0 forks source link

Strange Eclipse Errors (randomly) #25

Open MartinLoeper opened 7 years ago

MartinLoeper commented 7 years ago

I noticed strange Eclipse errors occuring randomly. I do not know if this is a concurrency issue...

In particular on new project creation when the rules helper project is created something often goes wrong. One JavaCore exception (FileNotFoundException) is already catched during install which is not good.

I need to find someone who is experienced in terms of Eclipse development and ask him/she...

MartinLoeper commented 7 years ago

Errors only occur during initial project setup, i.e. rules project creation. The Eclipse PDE somehow does not load the Plugin Dependencies reliably.

Maybe we need a workaround for this issue.