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 34655D88E for ; Fri, 31 Aug 2012 18:06:03 +0000 (UTC) Received: (qmail 89096 invoked by uid 500); 31 Aug 2012 18:06:02 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 88994 invoked by uid 500); 31 Aug 2012 18:06:02 -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 88986 invoked by uid 99); 31 Aug 2012 18:06:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 18:06:02 +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.23 as permitted sender) Received: from [64.18.1.23] (HELO exprod6og109.obsmtp.com) (64.18.1.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 18:05:52 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob109.postini.com ([64.18.5.12]) with SMTP ID DSNKUED862hI3cvD4SovXyTPB6lKtGAe2Mj7@postini.com; Fri, 31 Aug 2012 11:05:32 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q7VI2xk0009209 for ; Fri, 31 Aug 2012 11:02:59 -0700 (PDT) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q7VI35w5028189 for ; Fri, 31 Aug 2012 11:05:30 -0700 (PDT) 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.264.0; Fri, 31 Aug 2012 11:02:18 -0700 Received: from nambx09.corp.adobe.com ([10.8.189.47]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Fri, 31 Aug 2012 11:02:18 -0700 From: Carol Frampton To: "flex-dev@incubator.apache.org" Date: Fri, 31 Aug 2012 11:02:14 -0700 Subject: Re: [VOTE] Release InstallApacheFlex 1.0 Thread-Topic: [VOTE] Release InstallApacheFlex 1.0 Thread-Index: Ac2HosI/aXCMPu6bT8+Elx4s30qLBA== 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.3.120616 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 Omar, If you are setting an environment variable it should be AIR_HOME, not env.AIR_HOME. It is env.AIR_HOME within the build.xml file since the build file loaded the environment variables and prefixed them all with env. AIR_HOME_MAC is a property local to ant, not an environment variable. If the AIR_HOME environment variable is not defined, and you are on a Mac, build.xml will use that property. For example on my Mac, I have /dev/flex/dev$ set | grep AIR_HOME AIR_HOME=3D'/Users/cframpto/dev/asf_build/air/mac3.1/AIR Integration Kit/' Carol On 8/31/12 1 :11PM, "Omar Gonzalez" wrote: >> >> 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=3D/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=3D/Users/grimlock/Downloads/AdobeAIRSDK_3.1 >AIR_HOME_WIN=3D${FLEX_HOME_WIN} ># airHome=3D/Users/grimlock/Downloads/AdobeAIRSDK_3.1 >AIR_HOME_MAC=3D/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