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 CA596D208 for ; Thu, 1 Nov 2012 21:53:41 +0000 (UTC) Received: (qmail 96510 invoked by uid 500); 1 Nov 2012 21:53:41 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 96474 invoked by uid 500); 1 Nov 2012 21:53:40 -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 96466 invoked by uid 99); 1 Nov 2012 21:53:40 -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 21:53:40 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aharui@adobe.com designates 64.18.1.37 as permitted sender) Received: from [64.18.1.37] (HELO exprod6og116.obsmtp.com) (64.18.1.37) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 21:53:33 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob116.postini.com ([64.18.5.12]) with SMTP ID DSNKUJLvSLIDfJ07SbFlc+LYAtPY+NSNBYNy@postini.com; Thu, 01 Nov 2012 14:53:13 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qA1LoQ1v002490 for ; Thu, 1 Nov 2012 14:50:26 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id qA1LrAXL009107 for ; Thu, 1 Nov 2012 14:53:10 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nahub01.corp.adobe.com (10.8.189.97) with Microsoft SMTP Server (TLS) id 8.3.279.1; Thu, 1 Nov 2012 14:53:09 -0700 Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Thu, 1 Nov 2012 14:53:09 -0700 From: Alex Harui To: "flex-dev@incubator.apache.org" Date: Thu, 1 Nov 2012 14:53:45 -0700 Subject: Re: AW: AW: AW: AW: Compiler Arguments Thread-Topic: AW: AW: AW: AW: Compiler Arguments Thread-Index: Ac24aTWNJCgeIUSqSGyV9RbZqP8aNwABAuhgAAGLgSkAASzi4AAAzqdr Message-ID: In-Reply-To: <66E38C42347D6446BF7FCB22C3D3878072E0695C55@ECCR06PUBLIC.exchange.local> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.13.0.120411 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 11/1/12 2:35 PM, "christofer.dutz@c-ware.de" wrote: > Am I understanding you correctly, that the handling of "-compiler.locale"= is > correct that way, but the "-metadata.language" should probably only conta= in > 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.language parameter, it should probably be smarter. It doesn't have to use just the first locale, it could construct a list, but I wouldn'= t use comma as 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. --=20 Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui