Hi I'm setting up a build process for a flash application and I ran into the branding issue. I have some common action-script code and a couple of different branding swc files to apply different look to my app, let's say mysite.swc and friendsite.swc. Now what I would really want to do is have all brands compiled within a single build so that I'll get mysite.swf and friendsite.swf at the same time.
I tried several approaches and the last one was to have two flexmojos plugins defined for my build with different classifiers. In that case I get two swf files but they are identical as I can't tell one plugin to use first swc and another plugin to use second one for include- libraries (as dependencies are shared for both). Can you give me a piece of advice on how to solve it please? Thank you in advance! -- yar -- 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/
