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 E4AEE9A5C for ; Wed, 29 Feb 2012 00:26:43 +0000 (UTC) Received: (qmail 4468 invoked by uid 500); 29 Feb 2012 00:26:43 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 4430 invoked by uid 500); 29 Feb 2012 00:26:43 -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 4420 invoked by uid 99); 29 Feb 2012 00:26:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 00:26:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 00:26:35 +0000 Received: by pbbrp12 with SMTP id rp12so4365993pbb.6 for ; Tue, 28 Feb 2012 16:26:15 -0800 (PST) Received-SPF: pass (google.com: domain of justin@classsoftware.com designates 10.68.211.38 as permitted sender) client-ip=10.68.211.38; Authentication-Results: mr.google.com; spf=pass (google.com: domain of justin@classsoftware.com designates 10.68.211.38 as permitted sender) smtp.mail=justin@classsoftware.com Received: from mr.google.com ([10.68.211.38]) by 10.68.211.38 with SMTP id mz6mr8006211pbc.137.1330475175381 (num_hops = 1); Tue, 28 Feb 2012 16:26:15 -0800 (PST) Received: by 10.68.211.38 with SMTP id mz6mr6589995pbc.137.1330475175336; Tue, 28 Feb 2012 16:26:15 -0800 (PST) Received: from [192.168.0.4] (124-169-147-157.dyn.iinet.net.au. [124.169.147.157]) by mx.google.com with ESMTPS id f8sm16998204pbe.42.2012.02.28.16.26.12 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Feb 2012 16:26:14 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: Minor issue with current build scripts From: Justin Mclean In-Reply-To: Date: Wed, 29 Feb 2012 11:26:07 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <892F1311-3904-4CAD-A214-C1F8E442C86E@classsoftware.com> To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQlmAD4QVfmeRGDAZzrME+UVYbs7+doYp4HkOgozjkrfi3Q1hdR71lCk/T2cM4IfkU1CZTx8 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Also note that just because the build scripts are capable of using later = versions doesn't mean they have to by default. Take a look at how I implements the flash player version change to see = that in action. The script still defaults to 11.1 but you can select to = use 10.2,10.3 or 11.2 if you desire. Thanks, Justin=