You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by After24 <vi...@after24.net> on 2019/04/08 15:35:37 UTC

Flex library class definitions in main application domain 0

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/

Re: Flex library class definitions in main application domain

Posted by After24 <vi...@after24.net>.
Just found the answer, may be it can help someone else : linkage type must be
set to "include" in the Dependencies tab of the Intellij module settings.

Vincent.



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