To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93391 Issue #|93391 Summary|module dictionaries: broken build process for multiple | country languages languages Component|tools Version|DEV300m30 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|hjs Reported by|rt
------- Additional comments from [EMAIL PROTECTED] Tue Sep 2 15:47:32 +0000 2008 ------- We build one dictionary extension for every language. For 'en' we have localizations en_GB, en_US, and en-ZA, for 'de' there are AT, CH, and DE. Every locale is handled in its own source subdirectory and by this as an own dmake process. Unfortunately, all 'de' contry versions (and the same for 'en', of course) contribute to the same oxt file. The implementation is broken in (at least) two points: - we get collisions in parallel builds, because de_AT and de_CH copy the same files (COPYING, COPYING_OASIS, Copyright, VERSION) into the same directory - the makefiles use the same value for TARGET variable. I have work-arounded the first problem by introducing dependencies in dictionaries/prj/build.lst. The second flaw however may lead to misc. problems, as TARGET variable is used on several places in the build system as unique identifier. --------------------------------------------------------------------- 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]