From: Kevin G. <ke...@go...> - 2004-10-26 15:16:19
|
Tod Harter wrote: > It seems to me that config file parsing ignores a lot of errors. It > would be really nice to be able to have either a logging > configuration checker or a 'pedantic' mode that throws an error on > anything non-kosher it sees in the config file. That's a built-in problem with a properties-style configuration file--the format is open enough where it's hard to put constraints on the file. If you want better configuration error-checking, try the xml-style configuration file. Then you can check it against the DTD before you run it, and that will catch a lot of possible errors. -- Happy Trails . . . Kevin M. Goess (and Anne and Frank) 904 Carmel Ave. Albany, CA 94706 (510) 525-5217 |