k3
k3 copied to clipboard
Timeout in AspectProcessor.injectDispatchInParentAspects when the maven plugin is used
When I use the maven plugin, I got some timeout errors in AspectProcessor.injectDispatchInParentAspects
method. More precisely, when the processor is waiting the generation of a parent class (cf. Aspect.xtend#L882). Dispatch methods in some of my parent classes do not consider some of child classes.
I don't have any problem while executing the code using the Eclipse build system: dispatch methods in parent classes are well generated.
I tried to execute the maven build in multi-thread, but the problem is still there.
I also tried to put a waiting loop in the writing method (Helper.writeContentsIfNew
) but it didn't fix the problem.