Does FlexJS support monkey patching? I copied UIBase into my project, added
properties to it and then tried to build or compile (FlexJS (FalconJX Debug
and Release Build)) and I've been getting errors:
When no compiler arguments before build
Errors (350 items) ...
When -define=COMPILE::AS3,true -define=COMPILE::JS,true
Errors (158 items) ...
When -define=COMPILE::AS3,false -define=COMPILE::JS,true
Errors (96 items)
Description Resource Path Location Type
1024: Overriding a function that is not marked for override
UIBase.as /FlexJSProject/src/org/apache/flex/core line 348 Flex
Problem
1044: interface method element in interface IUIBase not implemented by
class UIBase UIBase.as /FlexJSProject/src/org/apache/flex/core
line 141 Flex Problem
...
When -define=COMPILE::AS3,true -define=COMPILE::JS,false
Errors (0 items)
Runtime Error:
File not found: org.apache.flex.core.StageProxy
java.lang.RuntimeException: Unable to find JavaScript filePath for
class: org.apache.flex.core.StageProxy
at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:179)