Hello,

While migrating a flex web application initially developed with flash
builder to a desktop application with Intellij Idea, I'm facing an issue
regarding inclusion of class definitions from a library in the main
application domain.

A model of the application get a listing via
ApplicationDomain.currentDomain.getQualifiedDefinitionNames() of the class
definitions contained in a Runtime Shared Library (Flash builder RSL). 

This process doesn't work anymore on the desktop application developed with
Intellij : Only the class definitions that are explicitely declared in the
main application via an import directive exists in the ApplicationDomain
(this library is included as a build configuration to the application module
with linkage set to "merged").

Is someone has an idea of the cause of this problem ?

Thank you for the help.

Vincent.



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to