To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=54657
------- Additional comments from [EMAIL PROTECTED] Sun Feb 26 02:37:06 -0800 2006 ------- As explained by cmc at issue 62265, we should rely on the builder system to provide java commands such as java, jar, javadoc. I will call this the "cmc model" which should prevail. Where these java commands are not available (in a "pure" or "vanilla" gcj installation without the distribution packagers' tweaks) then the builder can prepare some environment variables before running configure. The current issue is a different situation. Here we have hardcoded "java" which is consistent with the cmc model. But berkeleydb upstream provides a fallback to JAVA where "java" is not found. There is no conflict with the cmc model if we accept the fallback to JAVA for the gcj case. If the gcj builder has a "java" then they are not affected, and we only fall back to the already configured JAVAINTERPRETER. So I will commit maho revised patch if cmc agrees. --------------------------------------------------------------------- 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]
