Justin, Here is what an engineer from the FlashBuilder team sent me:
1. FB checks in SDK/frameworks/locale/{locale} directory to find out the relevant rb swcs. Here {locale} represents the FB installation locale and not the SDK locale. And if the relevant rb swc is not found in the {locale} folder, then the main swc itself is used. 2. FB forms a path based on projects folder in the SDK. Thus the path formed or framework.swc is {PROJECTS_FRAMEWORKS}/projects/framework/src FB has a list of swcs for various SDKs and it refers to that list to form the source path. Carol On 3/16/12 6 :12PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >Two outstanding issues: > >1. How does the source attachment get set for a framework swc? >It's shown n Flex Build Path in the Library Path tab when you expand a >swc. It's needed so you can ctrl click on a class name to go to the class. > >2. How does FB work out that the ADDocs for a framework swc are in the >_rb.swc file not the .swc file? >The _rb.swc files contain the docs (a fat swc) as they can be locale >dependant. This is what shows up in the tool tip help. > >Thanks >Justin