changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Allow configuration of processor failing behavior #442

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a processing fails, the result outcome should remain unchanged. This 
behavior must be documented in processor interface and should affect the 
PreProcessorExecutor & GroupsProcessor code implementation.

Original issue reported on code.google.com by alex.obj...@gmail.com on 18 May 2012 at 9:09

GoogleCodeExporter commented 9 years ago
The requirement of this task were slightly changed. Instead of ignoring 
processors value, a new configuration property has been added called 
"ignoreFailingProcessor" which is a boolean (false by default).

When ignoreFailingProcessor=true - the processing failure is ignored and the 
content is left unchanged.
When ignoreFailingProcessor=false - the processing failure is wrapped in a 
runtime exception which is propagated up in the hierarchy.

Original comment by alex.obj...@gmail.com on 23 May 2012 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 23 May 2012 at 2:53

GoogleCodeExporter commented 9 years ago
Issue 126 has been merged into this issue.

Original comment by alex.obj...@gmail.com on 26 May 2012 at 2:49

GoogleCodeExporter commented 9 years ago
Issue 285 has been merged into this issue.

Original comment by alex.obj...@gmail.com on 29 Jun 2012 at 11:13