Issue 107009 - source_config file / multiple repository support in l10n tools
Summary: source_config file / multiple repository support in l10n tools
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ivo.hinkelmann
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-18 16:44 UTC by ivo.hinkelmann
Modified: 2017-05-20 11:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ivo.hinkelmann 2009-11-18 16:44:07 UTC
Change the behavior of localize_sl thus it take care of a source_config file
placed in $SOURCE_ROOT_DIR . If there is no source_config file then the
localize_sl extract:

if outside of the ooo tree -> everything form the ooo module
e.g.
cd /tmp ; localize_sl -e -l en-US -f /tmp/xxx.sdf
all strings where $SRC_ROOT points too ( all modules ) will be contained in
/tmp/xxx.sdf

if you are inside a ooo in a module -> everything just from your current directory
e.g.
cd /tree/ooo/vcl/source/src ; localize_sl -e -l en-US -f /tmp/xxx.sdf ; cd -
only strings from vcl/source/src will be contained in /tmp/xxx.sdf

Pavel, does this interfere your build system somehow?
Comment 1 ivo.hinkelmann 2009-11-18 17:02:32 UTC
fixed in cws sconfigl10n
Comment 2 vg 2009-11-23 12:08:36 UTC
verified in sconfigl10n