I have tried to split up my project in Flex Builder into three
separate 'projects'.

First, we have the library project I created. In this I've put
everything that gets reused a lot - meaning custom components and skin
classes.

Next, the module project. I created this following Adobe's module
guide. Essentially, I create applications in this project and retag
the root so they become Modules. Then, I redirect the build path to my
third project.

In the third project, I organize the modules into the various screens
that comprise my application. And now, my problem! I am finding that
the library project gets compiled into every module. This defeats the
point of it all, and I was wondering if there isn't a way to have the
modules reference the library but not include it each time.



Reply via email to