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 17BC010905 for ; Tue, 3 Sep 2013 17:51:04 +0000 (UTC) Received: (qmail 34099 invoked by uid 500); 3 Sep 2013 17:51:03 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 34078 invoked by uid 500); 3 Sep 2013 17:51:02 -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 34069 invoked by uid 99); 3 Sep 2013 17:51:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 17:51:02 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aharui@adobe.com designates 64.18.1.187 as permitted sender) Received: from [64.18.1.187] (HELO exprod6og104.obsmtp.com) (64.18.1.187) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 17:50:56 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob104.postini.com ([64.18.5.12]) with SMTP ID DSNKUiYhaQ8cmIsOtEoXu9sqasg217Teka68@postini.com; Tue, 03 Sep 2013 10:50:35 PDT Received: from inner-relay-1.corp.adobe.com (ms-exchange.macromedia.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r83HoW2r021234; Tue, 3 Sep 2013 10:50:32 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (sj1swm219.corp.adobe.com [10.5.77.61]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r83HoV6A015195; Tue, 3 Sep 2013 10:50:31 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Tue, 3 Sep 2013 10:50:31 -0700 From: Alex Harui To: Erik de Bruin CC: "dev@flex.apache.org" Date: Tue, 3 Sep 2013 10:50:31 -0700 Subject: Re: [Falcon] BasicTests compiles and runs Thread-Topic: [Falcon] BasicTests compiles and runs Thread-Index: Ac6ozWP2c0ozqLcSSRG9o02YuA7yzQAALFze Message-ID: <46nf35gyqex9wc7jkqe93900.1378230627583@email.android.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I am using a launch configuration in eclipse. Maybe the jars in generated a= re not updated. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Erik de Bruin wrote: I am, last commit showing is "more fixes for BasicTests..." (6b5dbbcbbda894b7c7b2998af0fe4776862769cd) Falcon builds fine, all tests pass. I've added the "generated/dist/sdk/bin" directory to my PATH and cd to the basicTests dir before running "mxmlc basicTests.mxml". The start of the terminal output is: Using Flex SDK: /Applications/Adobe Flash Builder 4.7/sdks/4.10.0 (nightly) Loading configuration: /Applications/Adobe Flash Builder 4.7/sdks/4.10.0 (nightly)/frameworks/flex-config.xml Loading configuration: /Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/tests/basicTests/B= asicTests-config.xml not adding bindable variable trait for disclosureGroup in Qname: Group::{PackageNs:"spark.components"} not adding bindable variable trait for editor in Qname: TextInput::{PackageNs:"spark.components"} /Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/tests/basicTests/d= mv/scripts/ADGTestScript.mxml Error: Internal error in syntax tree request subsystem, when generating code for: /Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/tests/basicTests/d= mv/scripts/ADGTestScript.mxml: java.lang.ArrayIndexOutOfBoundsException: 0 at org.apache.flex.compiler.internal.units.MXMLCompilationUnit.handleSyntax= TreeRequest(MXMLCompilationUnit.java:89) at org.apache.flex.compiler.internal.units.CompilationUnitBase.processSynta= xTreeRequest(CompilationUnitBase.java:829) at org.apache.flex.compiler.internal.units.CompilationUnitBase.access$100(C= ompilationUnitBase.java:107) at org.apache.flex.compiler.internal.units.CompilationUnitBase$2$1.call(Com= pilationUnitBase.java:259) at org.apache.flex.compiler.internal.units.CompilationUnitBase$2$1.call(Com= pilationUnitBase.java:255) at org.apache.flex.compiler.internal.units.requests.RequestMaker$1.call(Req= uestMaker.java:228) at org.apache.flex.compiler.internal.units.requests.RequestMaker$1.call(Req= uestMaker.java:222) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto= r.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja= va:918) at java.lang.Thread.run(Thread.java:680) This "Error: Internal error..." bit is then repeated - with minor variations - the kazillion times mentioned, all in a split second. EdB On Tue, Sep 3, 2013 at 7:39 PM, Alex Harui wrote: > Are you on the develop branch? > > > > > Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. > > Erik de Bruin wrote: > > > I just tried to comile basicTests with Falcon, but even after some > tweaking and rebuilding I get a kazillion errors like this one: > > Error: Internal error in ABC generator subsystem, when generating code > for: /Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/tests/basic= Tests/halo/scripts/ComboBoxTestScript.mxml: > java.lang.NullPointerException > > Any ideas what I'm doing wrong? > > EdB > > > > On Sat, Aug 31, 2013 at 9:02 AM, Alex Harui wrote: >> I finally got Falcon to compile and run BasicTests successfully using th= e "old codegen". BasicTests is the test that runs when you run "ant checki= ntests". Next task is to get it to run with the =96mxml.children-as-data f= lag. After that, I'll be trying to get my internal customer's app to run. >> Far off is getting BasicTests to run without Flash because we'd need to = have JS versions of all of these components, but getting this far means tha= t Falcon's MXML handling is in decent shape. >> >> Thanks to Darrell Loverin and Gordon Smith for code and advice. >> >> -Alex > > > > -- > Ix Multimedia Software > > Jan Luykenstraat 27 > 3521 VB Utrecht > > T. 06-51952295 > I. www.ixsoftware.nl -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl