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 71C7CD15E for ; Thu, 16 Aug 2012 09:23:08 +0000 (UTC) Received: (qmail 11502 invoked by uid 500); 16 Aug 2012 09:23:07 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 11368 invoked by uid 500); 16 Aug 2012 09:23:07 -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 11356 invoked by uid 99); 16 Aug 2012 09:23:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 09:23:07 +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.213.175] (HELO mail-yx0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 09:23:01 +0000 Received: by yenm1 with SMTP id m1so2925365yen.6 for ; Thu, 16 Aug 2012 02:22:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=D4W68lYV/N9SLTFMSH7hl43Im/oCGgwaAKNlkuB3oJ4=; b=lBKua3eHMm+QBKkC4nCZdj269sV4orESPp1yDR/BnWXsJ6smyit0rabCDsUB+B6L0g xyw9R8YxIerkbv7NXGU2Jw1WKOpACWwVQEnqjxJsOlfDvEPLgB/S7fux89skLtRphTTb Bw2JfgvlJ75TXkHKGGItIi6azkrxoJm7YHfUvXRpiufTuNv5tWC0EhVikLLe6dnFGID4 8LYCsMBLKPhCrsKlL0IMNBEyvreqKfakU06CIidH3++9KjhKLacQWbSNHGZlJTnDnNyN uJWZHFiL09v878dSqlnqiQRFQpXbgsyYx6EvAxf3KXSvtBwiHXPRroavejLgSjXw7FMp o+lA== MIME-Version: 1.0 Received: by 10.50.95.200 with SMTP id dm8mr1393232igb.60.1345108959876; Thu, 16 Aug 2012 02:22:39 -0700 (PDT) Received: by 10.64.68.200 with HTTP; Thu, 16 Aug 2012 02:22:39 -0700 (PDT) In-Reply-To: References: <935465F2-1651-4E63-8495-44CEA31CE896@comcast.net> Date: Thu, 16 Aug 2012 11:22:39 +0200 Message-ID: Subject: Re: InstallApacheFlex - Where to host it? From: Erik de Bruin To: flex-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkp9cZyjHRsON8/4EQtT1yqcGM8P6htLXa9tHYB+SYvPxi05uecfeY2dJpWl6unFeXy/8Ij The crypto code I got from the as3corelib (Mike Chambers) at: https://github.com/mikechambers/as3corelib/blob/master/src/com/adobe/ The license at the top (included below) seems to indicate we can use the source as long as the license is included. Please tell me if I was wrong to include the source in the project and how to set things right. EdB /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Adobe Systems Incorporated nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ On Thu, Aug 16, 2012 at 10:33 AM, Om wrote: > On Thu, Aug 16, 2012 at 1:27 AM, Erik de Bruin wrote: > >> >> Then Flex can probably just use those modules as dependencies? >> > >> > Yup, I believe that would be the easiest, the build script for the >> > installApacheFlex >> > application will just need to download the swc from the Maven repo. >> >> I'm sorry, my daily dose of caffeine clearly hasn't kicked in yet. How >> would this work? If the swc is not part of the Flash builder project, >> how would we be able to use it? How is this better than including the >> actual source files, like we do for the crypto components? >> >> EdB >> >> > Just like how anyone who wants to develop with Apache Flex source would do > today. Download the sources, then run a script that would download all the > dependencies. Then, set up your project and code away. Just don't check > in the dependencies (if you are a committer) > > I think we need to talk about the Crypto components as well :-) Can you > provide some details about where the source code is from and what license > it is? If it is an incompatible license, we need to add that as a > downloadable external dependency as well. > > Thanks, > Om -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl