Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-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 E8F36D49D for ; Thu, 1 Nov 2012 22:56:34 +0000 (UTC) Received: (qmail 90368 invoked by uid 500); 1 Nov 2012 22:56:34 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 90331 invoked by uid 500); 1 Nov 2012 22:56:34 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 90323 invoked by uid 99); 1 Nov 2012 22:56:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 22:56:34 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.67.29.8] (HELO smtprelay04.ispgateway.de) (80.67.29.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 22:56:28 +0000 Received: from [10.128.0.3] (helo=exchange.df.eu) by smtprelay04.ispgateway.de with esmtps (TLSv1:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1TU3gE-0003bd-6m for flex-dev@incubator.apache.org; Thu, 01 Nov 2012 23:56:06 +0100 Received: from ECCR06PUBLIC.exchange.local ([10.128.2.55]) by efe03.exchange.local ([10.128.0.3]) with mapi; Thu, 1 Nov 2012 23:56:06 +0100 From: "christofer.dutz@c-ware.de" To: "flex-dev@incubator.apache.org" Date: Thu, 1 Nov 2012 23:56:05 +0100 Subject: AW: AW: AW: AW: AW: Compiler Arguments Thread-Topic: AW: AW: AW: AW: Compiler Arguments Thread-Index: Ac24aTWNJCgeIUSqSGyV9RbZqP8aNwABAuhgAAGLgSkAASzi4AAAzqdrAAIgviA= Message-ID: <66E38C42347D6446BF7FCB22C3D3878072E0695C57@ECCR06PUBLIC.exchange.local> References: <66E38C42347D6446BF7FCB22C3D3878072E0695C55@ECCR06PUBLIC.exchange.local> In-Reply-To: Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I'll keep an eye on the issue, currently I wouldn't call it a blocker and a= s soon as I can spare some time, I'll continue investigating the issue. Thanks anyway for your support. Chris -----Urspr=FCngliche Nachricht----- Von: Alex Harui [mailto:aharui@adobe.com]=20 Gesendet: Donnerstag, 1. November 2012 22:54 An: flex-dev@incubator.apache.org Betreff: Re: AW: AW: AW: AW: Compiler Arguments On 11/1/12 2:35 PM, "christofer.dutz@c-ware.de" wrote: > Am I understanding you correctly, that the handling of=20 > "-compiler.locale" is correct that way, but the "-metadata.language"=20 > should probably only contain the first segment (In this case " es_MX")? > Sounds sensible. Think I'll have a look at why this is some times generat= ed. >=20 If your code is copying the -compiler.locale information into a -metadata.l= anguage parameter, it should probably be smarter. It doesn't have to use j= ust the first locale, it could construct a list, but I wouldn't use comma a= s the delimiter. And there is a chance that the +=3Den_US will screw up as= well and you should append that to the one list for -metadata.language. AFAIK, -metadata options have no code in the Flex SDK that touches them. I= f there is some convention needed for some other third-party library, then = what you do will be important, otherwise it is just informational like the = other metadata. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui