On 11/3/14, 10:48 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
> >This is not touched by the code I'm writing. This is what the compiler >(Falcon) puts out when I feed it the entire SDK (with the arguments as >listed in "FlexSKDToJS.sh"). OK, I spend time reading this .sh file you wrote. I see this line: java -jar "/Users/erik/Documents/ApacheFlex/git/flex-falcon/compiler.jx/lib/compc.jar " ${ARGS} So it looks to me it is running FalconJX’s compc, not Falcon’s. So the issue is probably that FalconJX’s compc doesn’t know how to ignore lookupOnly entries. For FlexJS, we are not using COMPC to compile the SDK so we’ve probably never hit this. > >As this concerns the SDK (the Spark project, kinda central ;-)) and Falcon >(not FalconJX) I was hoping that someone recognised the 'MiniDebugTarget' >reference and would know why it is still referenced by current SDKs, when >the code for it was last seen in SDK v. 3.6? A google search found this: https://issues.apache.org/jira/browse/FLEX-20327 MiniDebugTarget probably needs to be deprecated but we could try removing it. -Alex