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 B0EE417507 for ; Fri, 10 Oct 2014 07:40:41 +0000 (UTC) Received: (qmail 3249 invoked by uid 500); 10 Oct 2014 07:40:41 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 3208 invoked by uid 500); 10 Oct 2014 07:40:41 -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 3194 invoked by uid 99); 10 Oct 2014 07:40:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 07:40:40 +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.192.172] (HELO mail-pd0-f172.google.com) (209.85.192.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 07:40:34 +0000 Received: by mail-pd0-f172.google.com with SMTP id ft15so1199209pdb.17 for ; Fri, 10 Oct 2014 00:40:14 -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=jwOrmu7KaJqtHkbUNEIt36RlHQpn/9hXSlDWkK9wgYE=; b=P2ZO+P75cB+DFGKCbcWB4XdAtSR7d/3JlzQo3/rtQ9xzNCek4jBLkXxK4w8ZEsYdPf WClllSDh+y7n2oRYaPAaDfYoUV0TTakIEccVTjxwW5KV4ODuMerZTmuD6++dFj5o7ovm qMK2FgTjDevbva5MVnPR1EC5S4JArUN5+Pmn7B22K6nf1t6M4mOOXdAInBtfdel3gilv IpwM6Eyr26LWzHdrlM2+a7Md4Wr10fqjJYs5JS/cN6hyZ38Jya2vKt/osGG9CDDZeZMK 5JF7MXMqUVbEKurgoRZS+QkxPz2Y5Xyt3FsetJPR30k9HmqfUj5Q3TIoeE7IywJM/8xV 9sEQ== X-Gm-Message-State: ALoCoQnv7/vYQCN0q7BnDIeglf7vO+xp5vaQGBBcTg9PdihpiN/H4kVlXskhxZrAMVg3iwfOdg16 X-Received: by 10.70.44.73 with SMTP id c9mr3385966pdm.11.1412926814078; Fri, 10 Oct 2014 00:40:14 -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 gh3sm2579255pbc.16.2014.10.10.00.40.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 Oct 2014 00:40:13 -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 18:40:08 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <399C21F2-728C-483D-A2C7-15C6DF1613C5@classsoftware.com> References: <2730AD10-E4A0-4F14-81A5-2022EBA48ADC@classsoftware.com> To: dev@flex.apache.org X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > I=B9m still confused. If you change the installer to offer FlexUnit = as an > optional step, how will we offer the same option to Linux users? If it an optional step you will need an installer script right? Linux = user can use that if they really want OR they can just download and = unzip in the normal way. > but then you are back to not being able to tweak things for the Linux = folks. Perhaps have installer.xml check if it up to date and if not replace = itself? Given there's alternative way to install I don;t see it as a big = issue. Of course what Linux users really want to the SDK package up as a = Linux package. Justin=