Flex/AS Asset Resolution Different Module, Same Project??
I am seeing what might be an asset resolution issue in my Flex Modules. If I have assets (PNG, JPG, SWF) bundled in a SWC and that SWC is imported as Library dependency, the assets are resolved properly. Also, for AS /MXML implementations in the same module as an asset, resolution of that asset looks to be happening properly.
However, if I have an implementation in Module B that is referencing an asset in Module A, and Module B lists Module A as a dependency, that asset is not being resolved, in the editor at least. It builds fine, and if the swc is moved to a library dependency, everything is resolving.
Matt
Please sign in to leave a comment.
Thank you for your feedback!
I've opened an issue for that:
http://www.jetbrains.net/jira/browse/IDEADEV-39236