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 7290510C1D for ; Mon, 14 Apr 2014 04:24:13 +0000 (UTC) Received: (qmail 68716 invoked by uid 500); 14 Apr 2014 04:24:12 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 68373 invoked by uid 500); 14 Apr 2014 04:24:09 -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 68268 invoked by uid 99); 14 Apr 2014 04:24:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 04:24:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: unknown (nike.apache.org: error in processing during lookup of aharui@adobe.com) Received: from [207.46.163.209] (HELO na01-bl2-obe.outbound.protection.outlook.com) (207.46.163.209) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 04:24:00 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com (10.141.95.147) by BL2PR02MB498.namprd02.prod.outlook.com (10.141.95.142) with Microsoft SMTP Server (TLS) id 15.0.918.8; Mon, 14 Apr 2014 04:23:25 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) by BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) with mapi id 15.00.0918.000; Mon, 14 Apr 2014 04:23:25 +0000 From: Alex Harui To: "dev@flex.apache.org" Subject: Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1 Thread-Topic: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1 Thread-Index: AQHPVQXFA6tDUY5YYU6QXhV3MElm75sOncuA///XAgCAAMbBAIAAa1SggAClEwD//8cxAA== Date: Mon, 14 Apr 2014 04:23:25 +0000 Message-ID: References: <94706EC0-9260-400C-A563-515784E2093B@classsoftware.com> <0EAC123B-FB78-4873-BC2B-CF9A3E17115D@classsoftware.com> <4ed7101fa1f14f09936250dc744ad913@DBXPR05MB237.eurprd05.prod.outlook.com> <3D1D3754-1394-45DD-B944-4B44BCF72674@classsoftware.com> In-Reply-To: <3D1D3754-1394-45DD-B944-4B44BCF72674@classsoftware.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [63.231.23.150] x-forefront-prvs: 0181F4652A x-forefront-antispam-report: SFV:NSPM;SFS:(10019001)(6009001)(428001)(24454002)(51704005)(479174003)(377454003)(164054003)(189002)(199002)(66066001)(80022001)(74662001)(92726001)(81542001)(76482001)(83506001)(92566001)(80976001)(85852003)(36756003)(19580395003)(77982001)(46102001)(83072002)(79102001)(83322001)(99396002)(99286001)(20776003)(19580405001)(81342001)(74502001)(31966008)(77096999)(4396001)(2656002)(76176999)(86362001)(87936001)(54356999)(50986999);DIR:OUT;SFP:1102;SCL:1;SRVR:BL2PR02MB498;H:BL2PR02MB500.namprd02.prod.outlook.com;FPR:FC05E0D6.4E2549A.B2D1AD4F.66E49564.20329;PTR:InfoNoRecords;MX:1;A:1;LANG:en; received-spf: None (: adobe.com does not designate permitted sender hosts) Content-Type: text/plain; charset="us-ascii" Content-ID: <5C4A571547C4C84D88DDCBD602FE10EB@namprd02.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: adobe.com X-Virus-Checked: Checked by ClamAV on apache.org I think compiler/commandline isn't intended to work from that folder. It gets copied into the "SDK". It's a good question as to how "self-sufficient" this kit needs to be when it is really intended as an upstream distribution for FlexJS. IMO, this kit is successful when its build script runs successfully and you can point to the results as described in the Flexjs package and compile and run the examples. IMO, if that works we should release both kits and worry about self-sufficiency later. -Alex On 4/13/14 5:46 PM, "Justin Mclean" wrote: >HI, > >OK made it a bit further but think we have some issues. > >In in compiler/commandline both mxmlc and compc give errors if you try >and run them which looks like a windows new line issue. > >Even when I fix that I get this: >Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/ >Error: Unable to access jarfile ./../lib/falcon-compc.jar > >The same new line issue exists for /compiler.jx/bin compc and mxmlc, when >I fix those for compc I get: > >Using Falcon codebase: ./../../compiler >Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/ >Exception in thread "main" java.lang.UnsupportedOperationException > at=20 >org.apache.flex.compiler.internal.driver.as.ASBackend.getSourceFileHandler >Instance(ASBackend.java:70) > at org.apache.flex.compiler.clients.MXMLJSC.(MXMLJSC.java:211) > at org.apache.flex.compiler.clients.COMPJSC.(COMPJSC.java:128) > at org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:116) > > >And for mxmlc I get something a bit more promising: >Using Falcon codebase: ./../../compiler >Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/ >a target file must be specified. > >But If I give it a bare minimal MXML file I get: >./mxmlc dummy.mxml >Using Falcon codebase: ./../../compiler >Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/ >CSS codegen problem. Reason: 'Unable to find compilation unit for >Embed(source=3D"Assets.swf",symbol=3D"mx.skins.cursor.BusyCursor")' > >dummy is defined by multiple files: >/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1- >src/compiler.jx/bin/dummy.mxml, >/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1- >src/compiler.jx/bin/dummy.as > >I do have a dummy.as as well but I'm not asking it to compile that and >renaming the file I still get the CSS codegen problem. > >Thanks, >Justin > > > >