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 7F816E3F1 for ; Fri, 14 Dec 2012 19:03:08 +0000 (UTC) Received: (qmail 36455 invoked by uid 500); 14 Dec 2012 19:03:07 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 36419 invoked by uid 500); 14 Dec 2012 19:03:07 -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 36410 invoked by uid 99); 14 Dec 2012 19:03:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 19:03:07 +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 cframpto@adobe.com designates 64.18.1.27 as permitted sender) Received: from [64.18.1.27] (HELO exprod6og111.obsmtp.com) (64.18.1.27) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 19:03:00 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob111.postini.com ([64.18.5.12]) with SMTP ID DSNKUMt3z8sU86RNIVLC1pOq1czDkJZb8Joz@postini.com; Fri, 14 Dec 2012 11:02:40 PST 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 qBEIxi1v029100 for ; Fri, 14 Dec 2012 10:59:45 -0800 (PST) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id qBEJ1mXL000907 for ; Fri, 14 Dec 2012 11:01:50 -0800 (PST) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nahub02.corp.adobe.com (10.8.189.98) with Microsoft SMTP Server (TLS) id 8.3.279.1; Fri, 14 Dec 2012 11:00:17 -0800 Received: from nambx09.corp.adobe.com ([10.8.189.47]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Fri, 14 Dec 2012 11:00:17 -0800 From: Carol Frampton To: "flex-dev@incubator.apache.org" Date: Fri, 14 Dec 2012 11:00:13 -0800 Subject: Re: Apache Flex 4.9 RC 2 Thread-Topic: Apache Flex 4.9 RC 2 Thread-Index: Ac3aLUGJXxVlsRMrTWSdkkVlL5jGfA== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.4.120824 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 Justin, I worked on the kit this morning. Here is where I am leaving it: 1. The build number was not set in RC2 when you build it. You can see this because the build number is not set in flex-sdk-description.xml (and there none of the Version.as files). See build/build_release.sh for how I did it for 4.8.0. 2. apache.swc and experimental.swc were missing from the binary kit so I added them. 3. I add a java source and target of 1.6 to the compile target in the batik build file so if you build the compiler with Java 1.7, FlashBuilder 4.7 seems happy. 4. makeApacheFlexForFlashBuilder.sh works with the new binary kit which includes #2 and #3 and FB 4.7. 5. We did not make a decision on what version of AIR to recommend/run mustella with. I think AIR 3.1 is too old. I've been using AIR 3.4 for about a month now. I'm pretty sure AIR 3.5 is just about to be released. I think we need to pick a newer version, update the README and the URL in makeApacheFlexForFlashBuilder.sh/bat and update our AIR_HOME global variables/env.properties files to use it. The installer should be updated as well. Carol