Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D873101E4 for ; Thu, 2 Jan 2014 16:32:16 +0000 (UTC) Received: (qmail 14962 invoked by uid 500); 2 Jan 2014 16:31:23 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 14723 invoked by uid 500); 2 Jan 2014 16:31:12 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 14652 invoked by uid 99); 2 Jan 2014 16:31:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 16:31:06 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: unknown (nike.apache.org: error in processing during lookup of aharui@adobe.com) Received: from [207.46.163.238] (HELO na01-by2-obe.outbound.protection.outlook.com) (207.46.163.238) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 16:30:59 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com (10.141.95.147) by BL2PR02MB497.namprd02.prod.outlook.com (10.141.95.140) with Microsoft SMTP Server (TLS) id 15.0.842.7; Thu, 2 Jan 2014 16:30:36 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) by BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) with mapi id 15.00.0842.003; Thu, 2 Jan 2014 16:30:36 +0000 From: Alex Harui To: "dev@flex.apache.org" Subject: Re: Installer Revisited Thread-Topic: Installer Revisited Thread-Index: Ac77MoGX4BbsXBtBQlu1zueB+pYeDAMeBuYA///SlYCAAAH9AA== Date: Thu, 2 Jan 2014 16:30:35 +0000 Message-ID: References: <2095F5EBE04D59409DFCE91FFCEBF7AF3F557491@EXMBX05.netplexity.local> <2095F5EBE04D59409DFCE91FFCEBF7AF3F5574E1@EXMBX05.netplexity.local> <2095F5EBE04D59409DFCE91FFCEBF7AF3F557519@EXMBX05.netplexity.local> <2095F5EBE04D59409DFCE91FFCEBF7AF3F557626@EXMBX05.netplexity.local> <2095F5EBE04D59409DFCE91FFCEBF7AF3F5587B2@EXMBX05.netplexity.local> <2095F5EBE04D59409DFCE91FFCEBF7AF3F55888C@EXMBX05.netplexity.local> <52AED7F1.2000803@extravision.com> <2095F5EBE04D59409DFCE91FFCEBF7AF3F559FF6@EXMBX05.netplexity.local> <52AEDAAC.50305@extravision.com> <52B02FE8.9010403@extravision.com> <52C54816.2030305@extravision.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [63.229.19.6] x-forefront-prvs: 0079056367 x-forefront-antispam-report: SFV:NSPM;SFS:(10019001)(164054003)(43544003)(377454003)(24454002)(51704005)(189002)(199002)(479174003)(74366001)(80976001)(76482001)(36756003)(81686001)(65816001)(83506001)(66066001)(8558605003)(80022001)(51856001)(77982001)(69226001)(46102001)(79102001)(54356001)(59766001)(83322001)(54316002)(56776001)(19580405001)(19580395003)(53806001)(4396001)(63696002)(47736001)(49866001)(76796001)(87936001)(2656002)(74876001)(47976001)(221733001)(50986001)(81542001)(56816005)(83072002)(85852003)(76786001)(74706001)(85306002)(87266001)(81342001)(90146001)(47446002)(74662001)(81816001)(31966008)(74502001);DIR:OUT;SFP:1102;SCL:1;SRVR:BL2PR02MB497;H:BL2PR02MB500.namprd02.prod.outlook.com;CLIP:63.229.19.6;FPR:;RD:InfoNoRecords;MX:1;A:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-ID: <7EED820375E83C4A9A04DC295C43518B@namprd02.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: adobe.com X-Virus-Checked: Checked by ClamAV on apache.org Oh, I forgot. If you try to run installer.xml from flex-asjs, you need to have run "ant release" in flex-falcon and point to the bin.zip with something like: falcon.url.path=3Dfile:///Users/aharui/git/flex/master/flex-falcon/out On 1/2/14 8:23 AM, "Alex Harui" wrote: > > >On 1/2/14 3:05 AM, "Tom Chiverton" wrote: > > >>But it sounds like the plan is to structure things so that the installer >>(AIR or Shell based) can download an archive and then just unpack it and >>run ant, and ant will take care of putting stuff in the correct place ? >>And the list of things to download (and ant) will be just an XML file on >>our servers ? >Sort of. I'm not envisioning a shell based installer. Just an AIR-based >installer like we have now, or else we assume you have Ant installed and >you download an archive, unpack it, and run "ant install" or something >like that. > >In fact, I have most of it working in flex-asjs and flex-falcon already. >If you sync those repos and flex-utilities, you can try running "ant -f >installer.xml" and see if it works (it seems to be working on mac, need to >try Windows next, I don't have Linux). > >You will need a local.properties or specify properties on the command line >for the following: ># Flash player version for which player global swc to use >flash.sdk.version=3D11.4 > ># AIR version number >air.sdk.version=3D3.4 > ># Default locale for the SDK >locale=3Den_US > >xml.properties=3D/Users/aharui/git/flex/master/flex-utilities/installer/sr= c/ >i >nstaller/sdk-installer-config-4.0.xml > > > > >>I assume they'll be place holders for the install location or something >I'm not sure I understood this, but the idea is that wherever you unpack >the archive is the "install location". It would be the folder you point >Flash Builder to as a new SDK or the folder you set FLEX_HOME to when >building apps from the command line. > >Thanks, > >-Alex >