springuser2014 / wro4j

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

Make ignoreProcessingErrors flag configurable #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Some processors (ex: YUIJsProcessor, GoogleClosureProcessor) can detect syntax 
errors. There are two options:
a) The output result should be exactly the same as the input
b) The output result should be empty

The behavior should be easy to configure and by default should be (a)

Original issue reported on code.google.com by alex.obj...@gmail.com on 22 Oct 2010 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 27 Oct 2010 at 3:09

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 21 Mar 2011 at 7:21

GoogleCodeExporter commented 9 years ago
The default behavior is actually to throw the error further and skip any other 
processing. Also the flag is named "ignoreFailingProcessor"

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