On 11/3/14, 9:57 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote: > >/Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/projects/spark/ma >nifest.xml:295 > <component id="MiniDebugTarget" >class="mx.logging.targets.MiniDebugTarget" >lookupOnly="true"/> > >Not sure what the 'lookupOnly="true"' means ... does that attribute allow >the old compiler to ignore the lack of a 'MiniDebugTarget.as' file >anywhere >in the SDK?
Don’t know for sure. It appears it is used to add entries to an xml namespace without actually including the source in the SWC. That allows us to have mx:ArrayCollection also appear as s:ArrayCollection without having to duplicate code. So I think you can just skip trying to compile anything with lookupOnly. -Alex