Hi Thomas, I have to admit, that I found your question a little hard to understand. Did I understand correctly ... you have a main application and several swc libraries that you use in your main application. Now you are wondering why the result is only a swf without any swcs? You mention rsls ... are your library built as RSLs and did you specify the type of the dependency to "rsl"?
If you have normal swc dependencies (no rsl no caching), then all the referenced classes/resources of your swc are included copied into the final swf. Keep in mind that the flex compiler only copies filed that are explicitly referenced. So If you use some sort of reflection for loading classes the compiler will probably not detect them and they will be missing in the final swf. Hope this explains stuff a little, Chris 2012/1/31 thomas <[email protected]>: > Hello, > > I try to use RSL library to create an exec with mojos. All my > dependencies are in swc, only the main project is a swf. The flexmojos > compilation works well but I didn't see my dependencies . > > How to get all library files in swf during a normal package of my main > project? > > > If someone has a answer, that will be nice. > > A solution will be maybe to create all swc / swf during the > compilation of each projects... The only problem i have, it's why the > "sourceFile" is mandatory for flexmojo. > > Flexbuilder seems to create dynamically swf if the dependencies > projects are defined as RSL. > > Someone can help me ! I don't know if my message is quite easy to > understand. > > Thanks in advance, > Thomas > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
