Skip to content

Timeout in AspectProcessor.injectDispatchInParentAspects when the maven plugin is used #70

@lmouline

Description

@lmouline

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions