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 6FA09D8F8 for ; Fri, 31 Aug 2012 17:12:15 +0000 (UTC) Received: (qmail 36083 invoked by uid 500); 31 Aug 2012 17:12:14 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 36023 invoked by uid 500); 31 Aug 2012 17:12:14 -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 36015 invoked by uid 99); 31 Aug 2012 17:12:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 17:12:14 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of omarg.developer@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 17:12:06 +0000 Received: by vcbfy27 with SMTP id fy27so3448926vcb.6 for ; Fri, 31 Aug 2012 10:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zji6PyZ76tNDZ40KVH76C9GUjtulw2P50huJj9IT864=; b=qYvdClOFHG4tSRMZcfYCP3+FbLfV5nDNa2Ohdrv2FPlqTNh0DhPHqVmqTA3DMOsjYz djQ4/iw+LhK8TWAlOwitkbf2+cgfAobaZ+gbi8v+CEniE1Zo+WW1CUnoLbaJydweHlUQ hcQIemhvVN/NaKfKXlhZu03F+JyrtmDRxxT54EHyQaBJCOs4wmKY9LH3rMGAcjEF8XKL MTYdLlN/vU2O7qjcbtpfci904cbm5BIgjk3K2TKU8ygsUKhVSaHGmZ7JixoxDNaYx6Jj 7+VY6W+K5ah6wpUtCE/bwT9I8AuEQbfyBmhb2YDFq9s3ZZFJziLRICmGUJg+AdRChp5U lSnQ== MIME-Version: 1.0 Received: by 10.52.34.212 with SMTP id b20mr5031325vdj.115.1346433105783; Fri, 31 Aug 2012 10:11:45 -0700 (PDT) Received: by 10.58.211.9 with HTTP; Fri, 31 Aug 2012 10:11:45 -0700 (PDT) In-Reply-To: References: Date: Fri, 31 Aug 2012 10:11:45 -0700 Message-ID: Subject: Re: [VOTE] Release InstallApacheFlex 1.0 From: Omar Gonzalez To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf307812fefbecb504c892e2cf --20cf307812fefbecb504c892e2cf Content-Type: text/plain; charset=ISO-8859-1 > > The way the build.xml is set up you just need to define the environment > variables FLEX_HOME and AIR_HOME. If it finds those in the environment it > uses them. > If not it uses FLEX_HOME from build.properties and AIR_HOME_WIN or > AIR_HOME_MAC, depending on OS, from build.properties. > > Alternatively you can specify properties on the ant command line like > ant -DFLEX_HOME=/path/to/flex/sdk > > Carol > > I tried setting both AIR_HOME_MAC and env.AIR_HOME, both isolated and both at the same time, but I still can't get the installer to compile. I have those in build.properties in the Apache Flex Installer source. They are pointing to AIR SDK 3.1 that I just downloaded from Adobe's site last night. #AIR Locations # env.AIR_HOME=/Users/grimlock/Downloads/AdobeAIRSDK_3.1 AIR_HOME_WIN=${FLEX_HOME_WIN} # airHome=/Users/grimlock/Downloads/AdobeAIRSDK_3.1 AIR_HOME_MAC=/Users/grimlock/Downloads/AdobeAIRSDK_3.1 Below is the output, I'm not quite sure where else to try and add this AIR SDK path. compile: [mxmlc] Loading configuration file /Users/grimlock/Downloads/apache-flex-sdk-4.8.0-incubating-bin/frameworks/air-config.xml [mxmlc] Apache Flex Compiler (mxmlc) [mxmlc] Version 4.8.0 build 1359417 [mxmlc] Copyright 2012 The Apache Software Foundation. [mxmlc] [mxmlc] /Users/grimlock/Downloads/apache-flex-sdk-4.8.0-incubating-bin/frameworks/air-config.xml(64): Error: unable to open '{airHome}/frameworks/libs/air/airglobal.swc' [mxmlc] [mxmlc] [mxmlc] -omar --20cf307812fefbecb504c892e2cf--