Tikal: Program stops when filter throws exception

Issue #163 resolved
Former user created an issue

Original issue 163 created by bach2k%gazeta...@gtempaccount.com on 2011-02-02T11:01:26.000Z:

What steps will reproduce the problem?
1. Run tikal to process many files (for convert ex. *.html)
2. Some filters might throw exception if they recognize input as invalid. As filters operate on single files this is thrown only for current file
3. I don not know of public filter that does this but I suppose there are some and this should be easy to reproduce. For ex. in my filter I convert script files using compiler. When compiler finds error in script I throw OkapiBadFilterInputException.

What is the expected output? What do you see instead?

All files (excluding these for which exceptins are thrown) are converted.
Instead only files previous to file with exception are converted. Then tikal exits.

What version of the product are you using? On what operating system?

0.9, WinXp

Comments (3)

  1. Log in to comment