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 268AC1736C for ; Fri, 10 Oct 2014 06:44:14 +0000 (UTC) Received: (qmail 97492 invoked by uid 500); 10 Oct 2014 06:44:12 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 97455 invoked by uid 500); 10 Oct 2014 06:44: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 97444 invoked by uid 99); 10 Oct 2014 06:44:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 06:44:12 +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 (nike.apache.org: local policy) Received: from [209.85.192.182] (HELO mail-pd0-f182.google.com) (209.85.192.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 06:43:45 +0000 Received: by mail-pd0-f182.google.com with SMTP id y10so1112691pdj.27 for ; Thu, 09 Oct 2014 23:43:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=BQ5w5uWT9J+/FpgWJeK1t7kqyVvV5g0zDwR78+AHi1E=; b=TXmMGhCOgFnF4pZUSPGnApb5/S/DDrdnVDdQ7ugvrnYTI4E0MzGa1gZNT70Hf3NYCb e7pT0bwWEzhyc1c/YYq0x4zfxnkRIq6FZGrQOrs6iEZcMzth5wzOJEkfA4Pv7cilAnqn LpyAbG8VVtJOh+k7n0izVr2ElLPkmmmF0NHG1AfcP01opnRx7dl4xjGsxAroKH1duEuR iP7EaoBeP1KJcW6BcaSXo9UEKQD2xc1tyShNKyRv6wK6djTUBAQUqHaPEHUy8goDR2nh gtI0VcrzGVdQlGaWanNdnvMOo6IAFBjzFswtQz5o64LRL8jtY/EoO3boU15xald4DYRe 9V3Q== X-Gm-Message-State: ALoCoQn7iW+9bdiGLlH1wjtssRPxrSpj312XbfxuS9Gb9N7vu9Ntsbhj8KIYUwOpFzBvKELu6kzi X-Received: by 10.66.228.36 with SMTP id sf4mr3214861pac.32.1412923423132; Thu, 09 Oct 2014 23:43:43 -0700 (PDT) Received: from [192.168.0.12] (124-171-27-242.dyn.iinet.net.au. [124.171.27.242]) by mx.google.com with ESMTPSA id uf6sm2478065pac.16.2014.10.09.23.43.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 Oct 2014 23:43:42 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Adding Flex Unit to installer From: Justin Mclean In-Reply-To: Date: Fri, 10 Oct 2014 17:43:36 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <2730AD10-E4A0-4F14-81A5-2022EBA48ADC@classsoftware.com> References: To: dev@flex.apache.org X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Are you suggesting that we change the install experience for 4.13.0 = and > older releases? Yes I can see users wanting to install Flex Unit (or Tour De Flex) as an = optional install while installing the SDK. > One advantage of having all of the steps in the ant script is that our = Linux users (and anybody else who doesn=B9t or can=B9t run > AIR) get a rough command-line equivalent. Which would have minimal impact on them, Flex Unit doesn't (as far a sI = know) really have any install steps as such it just download, check md5, = and unpack. For the stand alone install is doesn't need an install = script, for the integrated into the SDK install it requires one. Linux = users are not least out and can still use ant if they want. > I think what you want to do is just chain a few installs together as = in > =B3Hey, you=B9ve installed A, would you be interested in installing B=B2= or do > you envision something more tightly integrated? More integrated as it would show up as an optional component in the = installer for the SDK. Thanks, Justin