-
Notifications
You must be signed in to change notification settings - Fork 272
Annotation processing is stuck in eclipse #30
Copy link
Copy link
Closed
Description
I use eclipse to develop and build my projects. From the command line, i can compile with maven, but unfortunately eclipse cannot do that. The annotation processing is started, but somewhere it is stuck. I debugged the processing, and i made it to TransactionProcessorPool.execute(). Here the ExecutorService.execute() method is called, but the execution is stuck at ExecutorService.awaitTermination(). I guess the Transaction goes into a forever loop or something. Unfortunately i could not debug it any deeper.
I am using eclipse 4.3.2 on Windows 8. This is the sample project what i used.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels