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 20040DD41 for ; Tue, 24 Jul 2012 21:39:53 +0000 (UTC) Received: (qmail 80924 invoked by uid 500); 24 Jul 2012 21:39:52 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 80894 invoked by uid 500); 24 Jul 2012 21:39:52 -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 80886 invoked by uid 99); 24 Jul 2012 21:39:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2012 21:39:52 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [173.201.192.232] (HELO p3plsmtpa07-03.prod.phx3.secureserver.net) (173.201.192.232) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 24 Jul 2012 21:39:44 +0000 Received: (qmail 22158 invoked from network); 24 Jul 2012 21:39:22 -0000 Received: from unknown (77.96.166.74) by p3plsmtpa07-03.prod.phx3.secureserver.net (173.201.192.232) with ESMTP; 24 Jul 2012 21:39:22 -0000 Message-ID: <1AD1E145C0704DAA958003E7220F114B@kennethattic> From: "Kenneth Sutherland" To: Subject: Install 4.8 with flashbuilder Date: Tue, 24 Jul 2012 22:39:19 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01CD69ED.29ABE830" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_000C_01CD69ED.29ABE830 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi I thought I=E2=80=99d try and quickly install the 4.8 sdk with = flashbuilder and I=E2=80=99ve run into a few issues. Chances are high I=E2=80=99m doing something silly in which case at = least it might highlight that a few more instructions are needed. Here is what I did - a.. went to http://incubator.apache.org/flex/ and went to the = download SDK area=20 b.. Downloaded the binaries for windows=20 c.. extracted and placed them into a folder inside the sdk=E2=80=99s = for flashbuilder.=20 d.. added the sdk to the list of flashbuilder sdk=E2=80=99s & updated = the application namespace to be 3.4 inside my AIR app xml file (I = thought I=E2=80=99d test out AIR 3.4 at the same time)=20 This resulted in errors which seem to relate to paths. Initially it came up with something like - unable to open 'C:\Program = Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\4.8.0 - = Copy\frameworks\{airHome}\airglobal.swc' So I had a look at the readme which stated that I needed to add various = environment vars etc. So I did (AIR_HOME, PIXELBENDER_HOME, = PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER & PLAYERGLOBAL_HOME, JAVA_HOME, = ANT_HOME). I didn=E2=80=99t think this would do as the path issue was inside of = Flashbuilder (and it didn=E2=80=99t) so I also updated the = env-template.properties. This then changed the errors to something like this -=20 unable to open 'C:\Program Files (x86)\Adobe\Adobe Flash Builder = 4.6\sdks\4.8.0 - = Copy\frameworks\C:\AIR_3.1_SDK\frameworks\libs\air\airglobal.swc' So as you can see its replaced the {airHome} with the correct path, but = its appended it to the SDK folder. So what am I doing wrong, do I need get the code and compile it to get a = SDK? The docs say its compatible with SDK 4.6.0 so I thought maybe I should = merge the 4.8 SDK folder into the 4.6 SDK (in the same way when you = update a new AIR SDK into an existing Flex SDK folder), but that = didn=E2=80=99t work either. Maybe my issue is the AIR 3.4 SDK but I don=E2=80=99t think so, it seems = like a simple path issue, but I=E2=80=99m not sure what. Thanks. ------=_NextPart_000_000C_01CD69ED.29ABE830--