Thanks CB - that's very helpful.

On Jun 21, 8:05 am, codebrain <[email protected]> wrote:
> Hi,
>
> I am doing this with moduleFiles check out
>
> http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/compile-sw...
>
> <moduleFiles>
>         <module>Main.mxml</module>
>         <module>main2.mxml</module>
> </moduleFiles>
>
> Cheers
> CB
>
> On Jun 21, 9:27 am, thouse <[email protected]> wrote:
>
>
>
> > 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...- Hide quoted text -
>
> - Show quoted text -

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