cloudtrends / maven-annotation-plugin

Automatically exported from code.google.com/p/maven-annotation-plugin
0 stars 0 forks source link

Don't Swallow Causes #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
AbstractAnnotationProcessorMojo swallows the root-cause exception if 
executeWithExceptionsHandled throws. This makes debugging the actual cause of a 
plugin error very difficult.

Attached is a patch that fixes the re-throw to include the root cause correctly.

Original issue reported on code.google.com by eric.dalquist on 21 Jun 2011 at 5:21

Attachments:

GoogleCodeExporter commented 9 years ago
thx for feedback

i'll apply patch as soon as possible

Original comment by bartolom...@gmail.com on 21 Jun 2011 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by bartolom...@gmail.com on 22 Jun 2011 at 7:44

GoogleCodeExporter commented 9 years ago
patch applied & deployed on release 2.0.3-SNAPSHOT 

i'll arrange a final release 2.0.3 soon 

thx again

Original comment by bartolom...@gmail.com on 22 Jun 2011 at 8:16