|
From: Vincent H. <vin...@hu...> - 2003-06-25 05:02:30
|
Hi, I got CVS access to commit changes to change some private methods to protected. Now I have done some more small corrections in different areas. I would like to know if you want to see these changes before I commit them. Some changes I have done: - The addMessage tin the error handler saves the complete statck trace = in case of exception (with jakarta commans lang ExceptionUtils) - SmtpWriter will not add a Body in case smtpMessage is blank (A blank = body is not good, No body is better) : else that breaks smtp/x400 gateway - I added some velocity pages to see only failed tickets, and in = general to make the web console look a bit nicer. This is a place where I ant to = do some more in the near future. - The Lock mechanism on FtpWriter : optional parameter to send a lock = file before sending the file and look if it does not exist before sending = them - etc. Are you OK with these ? I have done all that on branch 1.0 so I want now to patch back the main branch. I have seen the changes on the scanner : It is great but at the same = time, running babeldoc in "synchronized" mode is sometimes more easy to debug (else the threads gets mixed together) : Have you think a parameter at = the scanner level to force it to work "as before" in synchronize mode ? Cheers, Vincent |