Am Do, den 22.01.2004 schrieb Nicola Ken Barozzi um 16:45: > Stephan Michels wrote: > ... > >>3 - the error reporting is nice, but for Forrest I need that all > >> errors go through the handle-errors, so that it gets actually > >> counted as such. ATM it seems that usual errors are handled in the > >> main wiki pipeline. I tried putting @failsafe="false", but to > >> no avail. > >> How can I make all parsing/lexing errors get thrown to > >> handle-errors? > > > > Simple remove of the "failsafe" option, then the pipeline fails > > if an error occured. > > Ok, it does (I tried 'false','no', but did not remove it). > > It goes through handle-errors, and the error selector actually selects > "syntax", but then the 'exception' generator outputs nothing. > > Any idea, something I can check?
The FlowSript redirects to the internal pipeline, which havn't the handle-errors section. If you combine the pipelines, and exclude the internal-only attribute, then it should work. When not, tell me, Stephan Michels.
