I made some changes for issue 118778
(https://issues.apache.org/ooo/show_bug.cgi?id=118778) so that when the
--with-lang option is given to configure the extras/ directory is added
automatically to the list of repositories.
See the issue comments for more details.
Regards,
Andre
On 05.01.2012 19:41, Andrew Rist wrote:
On 1/5/2012 3:06 AM, Jürgen Schmidt wrote:
Hi,
maybe i have missed somehting but i stumbled over a problem to build
localized packages.
I used configure with --with-lang="en-US de" and got a problem in
instsetoo_native to resolve a dependency to module l10n
The solution is to put a source.config file besides main
.../main
.../extras
.../source.config
source.config
###
[repositories]
main=active
extras=active
###
My question is how do others make localized builds without this file?
I am running into this same problem - with one caveat...
the file seems to need to be *source_config *(with an underscore as
opposed to a '.')
Is there a downside to checking this in? This will block doing a
--with-lang build on the buildbot if this is not in svn.
A.
Any ideas?
Juergen