Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3AE0F9CDB for ; Thu, 5 Jan 2012 11:07:13 +0000 (UTC) Received: (qmail 46110 invoked by uid 500); 5 Jan 2012 11:07:12 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 45771 invoked by uid 500); 5 Jan 2012 11:07:04 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 45763 invoked by uid 99); 5 Jan 2012 11:07:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 11:07:01 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jogischmidt@googlemail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-wi0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 11:06:55 +0000 Received: by wibhq7 with SMTP id hq7so264239wib.6 for ; Thu, 05 Jan 2012 03:06:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=sJxW8CC6B+rtP+X0Psoud/yp1tdlunoM9hhi2IpqAG0=; b=wCteTHAewm8QGZskz7ohcjZMaVQC07raoBDFEXTgqD8fri9GFrmxLdpChgjXM66c+1 hzBXItA9q70E0Y5i2NT8GRE+LzXfLu4tZOBbDYy2O+xX7XnX99go+gn6L2aRtaFJhbKR Tif4TxegHB0LOnzD/ZfSc0MwP90GfM1hiiqKI= Received: by 10.180.96.72 with SMTP id dq8mr3014998wib.10.1325761594295; Thu, 05 Jan 2012 03:06:34 -0800 (PST) Received: from [9.155.131.21] (deibp9eh1--blueice3n2.emea.ibm.com. [195.212.29.180]) by mx.google.com with ESMTPS id eu3sm31636354wib.6.2012.01.05.03.06.33 (version=SSLv3 cipher=OTHER); Thu, 05 Jan 2012 03:06:33 -0800 (PST) Message-ID: <4F058438.8090600@googlemail.com> Date: Thu, 05 Jan 2012 12:06:32 +0100 From: =?ISO-8859-1?Q?J=FCrgen_Schmidt?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Localized builds Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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? Any ideas? Juergen