[FlexJS] IntelliJ Integration

2015-06-14 Thread piotrz
I've just tried build two examples "DataBindingTest" (build and run without the problems) and "DataGridExample". For the "DataGridExample" [1] I'm getting error [2] during the launch of app and not sure why. [1] https://paste.apache.org/7sgx [2] https://paste.apache.org/kWuG Piotr - Apach

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-14 Thread Alex Harui
OK, got rid of the CSS. The JS output now looks like: /** * Main * * @fileoverview * * @suppress {checkTypes} */ goog.provide('Main'); /** * @constructor */ Main = function() { }; /** * @expose */ Main.prototype.start = function() { var self = this; var /** @type {Element} */ e

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-14 Thread Alex Harui
OK, I believe that if you go and install the FlexJS Nightly, you can go to the folder where you installed it and type: On OSX: js/bin/jsc path/to/Main.as On Windows: js\bin\jsc.bat path\to\Main.as And you’ll get a JS file out. The JS file has some extra CSS stuffed on the end that I’m going

Re: Re : Re: Re : Re: AW: AW: AW: [FlexJS] IntelliJ Integration

2015-06-14 Thread Alex Harui
On 6/14/15, 9:17 AM, "Frédéric THOMAS" wrote: >@Alex, >Have you done something for the "generated" IDE/IDEA/intellij-config.xml >and the copy of the legacy NSs yet ? No not yet. I’ll work on that this week. Can you re-post what we need? Otherwise I’ll try to find it upthread. -Alex

RE: [Falcon] More NS for ctor ? (was: [FlexJS] IntelliJ Integration)

2015-06-14 Thread Frédéric THOMAS
> Anyway, I've been bored to not get a damn about compilers, I started to study how works our compiler in more details, I haven't got the theory but finally found I guess a good book from which I can follow more how our compiler works. Btw, for those interested, that's the basis and a bit more

RE: [Falcon] More NS for ctor ? (was: [FlexJS] IntelliJ Integration)

2015-06-14 Thread Frédéric THOMAS
I didn't check yet for this particular one (Abstract  / NS of the ctor) but for generics in Java, a type erasure is applied before emitting, the validation is done at compile time only. Anyway, I've been bored to not get a damn about compilers, I started to study how works our compiler in more

RE: Re : Re: Re : Re: AW: AW: AW: [FlexJS] IntelliJ Integration

2015-06-14 Thread Frédéric THOMAS
Hi Piotr, Yes, all my work is in. It doesn't mean that all the needed files are in. @Alex, Have you done something for the "generated" IDE/IDEA/intellij-config.xml and the copy of the legacy NSs yet ? Frédéric THOMAS > Date: Sat, 13 Jun 2015 18:42:55 -

Re: Any ideas why building asjs release target fails?

2015-06-14 Thread Alex Harui
There's a circular dependency on asjs. Try building asjs. There might be enough of falcon built to succeed. Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Darrell Loverin Date: Sun, Jun 14, 2015 6:44 AM To: dev@flex.apache.org; Subject:Re: Any ideas why b

Re: Any ideas why building asjs release target fails?

2015-06-14 Thread Darrell Loverin
Pulled the latest on the develop branch. >ant wipe-all >ant all ... [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile [junit] IDocument not resolved in controllers.MyController [junit] Tests run: 3, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 0

Re: [FalconJX] JS.swc actionscipt source for asdocs with the swc

2015-06-14 Thread Peter Ginneberge
To include asdocs in a (Flex) swc library, the following is required: - Generate asdocs adding the following arguments (via Ant): keep-xml = true skip-xsl = true - Create the swc as usual - Add the generated asdocs to the swc minus 2 files that aren't needed (ASDoc_Config.xml