I have a single project that contains about 10 mxml files that I'm
supposed to compile into about 10 swf files.  Currently, they are
built with ant and each mxml is compiled into a swf of a matching name
- I've been asked to replace the existing build with maven where the
end-products (swf files) are built in the same manner.  Is it possible
to use maven / flexmojos to accomplish this?  When I configure my
build with a sourceFile the compile phase will create a single swf
with named using the artifactId from my POM.  I've tried configuring
multiple sourceFile's and it looks like they are all built but they
all adopt the artifactId as their name and in turn they overwrite one
another (I'm not entirely sure that this is happening)... I'm new to
maven and I'm not very familiar with flex so I don't understand the
ideal structure of flex sources / binaries - I'm getting the feeling
though that this project is non-standard and I may be starting down a
long road in trying to mavenize it.  Let me know if this post isn't
clear...

-- 
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/

Reply via email to