co-stig / opencompare

Open Compare is a generic open-source compare tool
MIT License
2 stars 0 forks source link

Report errors to the user #17

Open co-stig opened 10 years ago

co-stig commented 10 years ago

Currently, most of the exceptions are simply dumped into the console and thus hidden from the user. Implement some better way of reporting (e.g. HTML reports in the snapshot directory + a popup window in GUI mode + non-zero return value in command-line mode).

co-stig commented 9 years ago

Added debug and error logging (both to console and file in ~/opencompareN.log), enabled by setting org.opencompare.debug in /dist/configuration/config.ini to true. Still a good idea to display them to the user as well.