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 80099119AE for ; Tue, 15 Apr 2014 13:23:20 +0000 (UTC) Received: (qmail 35818 invoked by uid 500); 15 Apr 2014 13:23:19 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 35761 invoked by uid 500); 15 Apr 2014 13:23:19 -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 35753 invoked by uid 99); 15 Apr 2014 13:23:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2014 13:23:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of roucaries.bastien@gmail.com designates 209.85.215.53 as permitted sender) Received: from [209.85.215.53] (HELO mail-la0-f53.google.com) (209.85.215.53) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2014 13:23:14 +0000 Received: by mail-la0-f53.google.com with SMTP id b8so6956068lan.12 for ; Tue, 15 Apr 2014 06:22:53 -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=GHSyTH72iDhLf5CKpZ6u914XC3Dj74lAIK8WEGffdzI=; b=WT91V9ARoQkK6WWbVQiVEmBc9LmYk+VoP5o9k5VDODn1CCyMNhgNZmWFhpT0uUqXPS VFY8bQDyzoYMp8gfCSF7iUqjM2ozfZXYxubhuiqx3Zk38N27boTc8/7O42fnkDfX1zdw 66B/WHYGDQZiuouQoQhxS/w1rKQEbQSFgyvHuF6VO35TuFUaYcFs5i3ESowt/B7W3qEw KtNgHPwxJ90bTXxJEqW4tf17QytviUP/WDZlV5HhvwYSLAvxMEGehj3mgnjm6iV76zKk Qf5vK5YF70kfLT0OuCWF5mVwviNkfYMCuv87btYL00z/5JjRcr/Nxgn+gbnrwE0acGh4 qR9Q== MIME-Version: 1.0 X-Received: by 10.112.234.167 with SMTP id uf7mr1222086lbc.66.1397568173259; Tue, 15 Apr 2014 06:22:53 -0700 (PDT) Received: by 10.112.13.133 with HTTP; Tue, 15 Apr 2014 06:22:53 -0700 (PDT) In-Reply-To: <2e1d6667b7da4e19a8c6eb41c65bd563@DBXPR05MB237.eurprd05.prod.outlook.com> References: <534D22E8.6070500@extravision.com> <2e1d6667b7da4e19a8c6eb41c65bd563@DBXPR05MB237.eurprd05.prod.outlook.com> Date: Tue, 15 Apr 2014 15:22:53 +0200 Message-ID: Subject: Re: Be distribution friendly From: Bastien ROUCARIES To: dev Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Apr 15, 2014 at 2:58 PM, Christofer Dutz wrote: > On The ApacheCon Barcamp we were discussing that some projects would really like to make it easier for users to install their projects. > It seems that my comment on us having implemented an Ant based installer for Flex has astonished quite a lot of people. Perhaps we should share this feature with other Apache Projects ... there seems to be a demand for something like this. I do not understand how it is related with my demand. Care to explain. Thanks Bastien > Chris > > > > ________________________________________ > Von: Tom Chiverton > Gesendet: Dienstag, 15. April 2014 14:15 > An: dev@flex.apache.org > Betreff: Re: Be distribution friendly > > On 15/04/14 12:13, Bastien ROUCARIES wrote: >> I plan to package flex for debian. > Awesome ! One of the reasons I wanted to test the new Ant-based > installer for this was it would greatly simplify doing this. > You could potentially do what the Flash plugin installer does, and popup > a message asking to agree to the terms. > If the Debian package depended on ant and the JVM, then you'd be able to > execute the install task on behalf of the user easily. > > Tom