AW: Finishing up the maven sdk converter

2016-02-02 Thread Christofer Dutz
Hi Alex, If you are referring to the structure in flex-asjs/frameworks/projects/HTML ant flex-asjs/frameworks/projects/core ... yes that's pretty much the structure Maven would like to have :-) Having a look at the changes in some of the build scripts, they look pretty good too. Chris PS: I s

Re: AW: Finishing up the maven sdk converter

2016-02-02 Thread Alex Harui
On 2/2/16, 4:00 AM, "Christofer Dutz" wrote: >Hi Alex, > >If you are referring to the structure in >flex-asjs/frameworks/projects/HTML ant flex-asjs/frameworks/projects/core >... yes that's pretty much the structure Maven would like to have :-) >Having a look at the changes in some of the build

Re: [FLEXJS][FALCONJX] Reflection/Metadata

2016-02-02 Thread jude
+1 Is this function available on every class? How would you access it? MyClass.FLEXJS_CLASS_INFO(); Is it removed in the JS but kept in in the AS3? Is there a flag you can use to keep the reflection data? Hi, I just pushed changes to try to support reflection and metadata in FlexJS via a new R

Re: [FLEXJS][FALCONJX] Reflection/Metadata

2016-02-02 Thread Alex Harui
On 2/2/16, 3:25 PM, "jude" wrote: >+1 > >Is this function available on every class? FalconJX currently puts it on every class, but the Google Closure Compiler may optimize it away if it sees you aren't using it. There is currently no flag as to whether to generate the structure/function, but