To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65977
------- Additional comments from [EMAIL PROTECTED] Thu Jun 1 02:35:21 -0700 2006 ------- I do not like the idea of unconditionally polluting stderr (or whereever the JVM decides to print ExceptionDescribe). Better approaches IMO would be: - Either statically #ifdef OSL_DEBUG_LEVEL>0 so that it is only active in debug builds; - or some dynamic osl debug mechanism, based on environment variables etc. (which is not in place, however); - or obtaining information about the exception via JNI and putting that into the RuntimeException's string. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
