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 F252AD702 for ; Sat, 24 Nov 2012 08:26:35 +0000 (UTC) Received: (qmail 61562 invoked by uid 500); 24 Nov 2012 08:26:35 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 61409 invoked by uid 500); 24 Nov 2012 08:26:34 -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 61395 invoked by uid 99); 24 Nov 2012 08:26:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2012 08:26:34 +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 (nike.apache.org: domain of cyrill.zadra@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2012 08:26:27 +0000 Received: by mail-vc0-f175.google.com with SMTP id m8so5725628vcd.6 for ; Sat, 24 Nov 2012 00:26:06 -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; bh=k2lC5pjzk8vppDv3OP74XOKQEddyp/sHLoPYsDFajcs=; b=w/YDt0LvsBHiwKsxCCKPP8eUjO9hyzwH19O0B0S24Gh/5q+MW5VPWvL8OAa9JVMJXD 1qJTdT7AJ02vKZBuJIyPiPPDy8x15r1gcLqR8Lyfigg/V89tiJOS93aAcwRirC+9eZwS e8rsbaW++Qnogj76jSTZFMb+gG6RA7EZtxyI6zjveExMUXH0mRF3Ztql/pJmTGffpxy+ nMwwkAu3UDpod797ajtFBE6AbQJ31UyGPVKHovq99QmmG6gXWJucYNN34qbRNDSEbcEr HY1BIi77DLRXPM8dQMPAhCMw9Od6Mcy6tbZRv/sKXwn24hAaqd0t6T5W3f+b+O10NsR3 Dtxg== MIME-Version: 1.0 Received: by 10.58.221.130 with SMTP id qe2mr9900247vec.14.1353745566325; Sat, 24 Nov 2012 00:26:06 -0800 (PST) Received: by 10.220.140.208 with HTTP; Sat, 24 Nov 2012 00:26:06 -0800 (PST) In-Reply-To: References: Date: Sat, 24 Nov 2012 00:26:06 -0800 Message-ID: Subject: Re: FalconJS has landed From: Cyrill Zadra To: "flex-dev@incubator.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Sure.. just commited. Cyrill On Sat, Nov 24, 2012 at 12:05 AM, Alex Harui wrote: > Please checkin your changes to build.xml, the manifest, and make a note in > the README. > > Thanks, > -Alex > > > On 11/23/12 11:27 PM, "Cyrill Zadra" wrote: > >> Finally .. I could compile a js file Yihaa ;-). >> >> There were 2 things todo: >> >> 1) I had to remove the absolute path in the MANIFEST.MF to the falcon >> compiler.jar through a relative one. >> >> 2) The command ./bin/mxmlc MainCode.as returns a >> >> java.lang.NullPointerException >> at java.io.File.(File.java:222) >> at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:483) >> at >> org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:217) >> at >> org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:177) >> at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:153) >> >> But with following command everything works fine. >> ../bin/mxmlc MainCode.as -output MainCode.js >> >> On Fri, Nov 23, 2012 at 10:42 PM, Alex Harui wrote: >>> that will dump out the jar and see if that class is in there or not. > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui >