We are trying to create a SWC library that includes a resource bundle
and related resources. This library is then used by other parts of our
UI as base components. We created a FlexBuilder library project and
when we build there everything is fine. When we try to build using
compc in Ant it seems that the resource bundle and related resources
(images) are not included. How do we get those resources included when
using compc (either as an "exec" or using the ant tasks)? I've read
about maybe needing to use "-include-file" but does that mean we need
to manually create the compile line to include every resource and
there resource bundle file itself? Say it isn't so!