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 6D2C9C82E for ; Thu, 10 May 2012 23:18:18 +0000 (UTC) Received: (qmail 56131 invoked by uid 500); 10 May 2012 23:18:17 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 56089 invoked by uid 500); 10 May 2012 23:18:17 -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 56080 invoked by uid 99); 10 May 2012 23:18:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 23:18:17 +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-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 23:18:09 +0000 Received: by pbbrq2 with SMTP id rq2so2279012pbb.6 for ; Thu, 10 May 2012 16:17:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=Whd0mFMxtae1PUnIgpzDCyqS03wsGS/FttgXme/fiUE=; b=U23yxbsXB8MDFTGD0t9HYdp4yk58yTiC9MCWaeSHbL5q1YVjZNIl9v+DEvWlqT2rma WfkByZBaQ7UoWuW/GTaFRtrz+jE5a9iy4QfGBLQowbdYjEtmkGBmZ57i3HGUXlCfiged lJkmBTkbLipWO+xM3WARJi5smYZsK4oygipk4HmB4KvM3YXRl9rjpnyVzSX8fhmVoHRV O2XbN18eUiH5BVA1ciepss9uNaeAPVNmlxJsPp5bkqLNEKetl+/SJ+ZEaT9GWNko1M1S W8822c32WXx2DCSnYq2kznK0pqmv3qLl1hQKDX9IHogEGO9Z8OL+3Mi3w20Vc4GU4gd3 TjUw== Received: by 10.68.226.5 with SMTP id ro5mr25264565pbc.74.1336691868980; Thu, 10 May 2012 16:17:48 -0700 (PDT) Received: from [192.168.0.4] (124-149-97-111.dyn.iinet.net.au. [124.149.97.111]) by mx.google.com with ESMTPS id oi3sm5551371pbb.0.2012.05.10.16.17.46 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 May 2012 16:17:47 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only) From: Justin Mclean In-Reply-To: Date: Fri, 11 May 2012 09:17:42 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <32F6D372-4EEE-4A47-97E8-0A0E2133C43D@classsoftware.com> References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQl/vqFKAlpHOVCmzzek3zfcPKydgcG67OkY1YKk5pwUO20+PKdb3Qnlyt5bz/OW1qPLB2RF X-Virus-Checked: Checked by ClamAV on apache.org HI, > Edit frameworks/flex-config.xml and replace {playerglobalHome} with > libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion} > Edit framework/airmobile-config.xml and air-config.x and remove all > instances of the {airHome} token. The correct path is > lib/air/whatever.swc Do we really want users (as opposed to developers) of the SDK to have to = jump though these hoops? Wouldn't it be better to have it running out of = the box? > The FB team will be providing a script to do this. And I assume other IDEs would need to do the same to make life easy. Thanks, Justin=