I have a meeting this afternoon with FB3 team on this topic.

 

Anyway, I don't know of any automated way of finding the common classes
shared by modules.  I suppose you can process the link-reports from the
modules as they are XML.  However, once you know the set, you can make
another RSL/Module or just use -includes= on MXMLC command line

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Shaun
Sent: Monday, April 09, 2007 10:39 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Optimal Linking

 

I have a modular flex app consisting of the main shell application and 
several modules. I generate a link report from the main shell app and 
I use load externs to keep the modules from linking redundant classes.

My question is this: I want to force the shell app to also link in any 
classes that are used by two or more of my modules... what is the 
best/easiest way of accomplishing this?

I'm hoping FB3 will have much better support for managing linking (and 
for generating optimal libraries/RSLs).

Shaun

 

Reply via email to