Determining linkage dependencies in Flex applications

寵の児 提交于 2019-12-02 05:06:25

Ah, I managed to discover the solution to this shortly after posting.

The Flex compiler supports a -link-report flag that produces an XML file which describes all of the linkage dependencies for the applications in your project.

Flex 2 Documentation: http://www.adobe.com/livedocs/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=performance_118_19.html

Flex 3 Documentation: http://livedocs.adobe.com/flex/3/html/help.html?content=modular_4.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!