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 045B9E77A for ; Sat, 1 Dec 2012 03:09:51 +0000 (UTC) Received: (qmail 30672 invoked by uid 500); 1 Dec 2012 03:09:50 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 30591 invoked by uid 500); 1 Dec 2012 03:09:50 -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 30561 invoked by uid 99); 1 Dec 2012 03:09:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 03:09:49 +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 cyrill.zadra@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vb0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 03:09:42 +0000 Received: by mail-vb0-f47.google.com with SMTP id e21so118578vbm.6 for ; Fri, 30 Nov 2012 19:09:21 -0800 (PST) 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:content-transfer-encoding; bh=R7AVJumHFopFGHBcjXaOujTDeiIpSbc3xLlx87Fkc88=; b=Tb7BIK7J/45aePRmysdQixGZPP84aharH3884JAFVVaWhlQ788Xrkb6kpMaMqHYtzY 7PH1/5abf+C6Qnp+Vzy2iLINbA3wBNsSH8QKj4UZLIf8nwbVnBiEhyCAU86sKtag3koO iCEnoIhhWLVPxkjGLlMeFHpL4TGxbZtSFpqOhnHO/O7Pxhju5XUKaVytD70hnBPhk15N mkckh5016kAg/4ADt4p/lE6HXMGL/hnUKGwkFsV64dOz118s+SQFUVhgGKfirXO5kWOI /IXfzVjFA5lBcQns7XnGnxPNClJFqeob9nRNkBCAVoBPvVu0xeoDM4H1KHm+jZxRCU0c qcWQ== MIME-Version: 1.0 Received: by 10.220.231.8 with SMTP id jo8mr2820438vcb.40.1354331361835; Fri, 30 Nov 2012 19:09:21 -0800 (PST) Received: by 10.220.140.208 with HTTP; Fri, 30 Nov 2012 19:09:21 -0800 (PST) In-Reply-To: <149F8129B58B2D418508E63117D9C5419B5B4CFCC9@nambx05.corp.adobe.com> References: <149F8129B58B2D418508E63117D9C5419B5B4CFCC9@nambx05.corp.adobe.com> Date: Fri, 30 Nov 2012 19:09:21 -0800 Message-ID: Subject: Re: Falcon SDKSWCTests From: Cyrill Zadra To: "flex-dev@incubator.apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Gordon > @Cyril: Thanks for your help with introducing the compile-config.xml file= s so that we can more easily make Falcon JUnit tests that compile each SDK = SWC. That wasn't me .. I think that work was done by Chema Balsas (see [1]). [1] https://issues.apache.org/jira/browse/FLEX-33226 On Fri, Nov 30, 2012 at 1:09 PM, Gordon Smith wrote: > @Cyril: Thanks for your help with introducing the compile-config.xml file= s so that we can more easily make Falcon JUnit tests that compile each SDK = SWC. > > Now that we have one such test - for compiling framework.swc - passing, w= ould anybody like to work on investigating the status of other tests that c= ompile rpc.swc, mx.swc, spark.swc, etc.? We need to figure out whether the = SDK source code needs to change because Falcon is pickier than the old comp= iler, or whether Falcon has AS bugs that need to be fixed. > > - Gordon >