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 C7E44DBD5 for ; Tue, 11 Sep 2012 06:23:29 +0000 (UTC) Received: (qmail 67441 invoked by uid 500); 11 Sep 2012 06:23:29 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 67267 invoked by uid 500); 11 Sep 2012 06:23:28 -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 67249 invoked by uid 99); 11 Sep 2012 06:23:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2012 06:23:28 +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 r.bitter.mailinglists@googlemail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2012 06:23:23 +0000 Received: by lban1 with SMTP id n1so121321lba.6 for ; Mon, 10 Sep 2012 23:23:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=IoMN2LwZXiqK5ThQ5Y8yTHHFYLi2F3ZYwlHPFhwvvpM=; b=IW00n2efS2snfgubk/gFlw1NDC9WwKlYfRInS8NgoOb77AnCiM/WLtR0RzzmPcDtp3 tC9Ln4VJxd2RWmsjAngCifh4obASlgKd8ZoNhJo+LqYCbmHYQjVHJWqi756o7r+R50ed SBat2c5CXZ6AtZ9A2tNd2uTA2aMFS9WIYYAVkaxFN0mcZv2eVjs54ZOJfKOAvb2zDCMx EwArvvr5w2fcg6/aFnevguKtDnA7rU0V1fhDZm9CRgRiQ8mrBtTWCgqPtBrS4lmVYEuD UOx4cc1ucSsevvMU7PjW2s06LN2BtP76M4H/Swawfb+/GWeIUDqCm1lJT/rQ8tQtlzgF x0sw== MIME-Version: 1.0 Received: by 10.112.45.72 with SMTP id k8mr5813773lbm.57.1347344581786; Mon, 10 Sep 2012 23:23:01 -0700 (PDT) Received: by 10.112.10.35 with HTTP; Mon, 10 Sep 2012 23:23:01 -0700 (PDT) In-Reply-To: References: <149F8129B58B2D418508E63117D9C5419B3A89BD67@nambx05.corp.adobe.com> Date: Tue, 11 Sep 2012 08:23:01 +0200 Message-ID: Subject: Re: Falcon source code has been donated From: Raju Bitter To: flex-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Following the instructions in the README file, I was able to build Falcon on Ubuntu 12.04 with Java 1.6.0_35. The compiler build ran through, and I was able to generate the SDK ZIP doing an 'ant dist.flex.sdk'. That's fantastic! I remember that you said the tests will be missing on the initial code checking, therefore the Ant 'tests' target fails: tests: BUILD FAILED /home/raju/coding/falcon/compiler/build.xml:640: The following error occurred while executing this line: java.io.FileNotFoundException: /home/raju/coding/falcon/compiler.tests/build.xml (No such file or directory) at java.io.FileInputStream.open(Native Method) I'm going to do a bit of testing with the generated SKD later today. Thanks for the hard work! - Raju