Hi
I'm currently in the process of moving an existing Flex project which
is
based on pure-mvc and has multiple Flex modules.
My project has the following maven layout:
<root>
-> swf
-> war
Now the swf module uses the mojo compiler and it is called with the
moduleFiles included:
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<sourceFile>MainApp.mxml</sourceFile>
<targetPlayer>10.0.0</targetPlayer>
<moduleFiles>
<module>ModuleOne.mxml</module>
<module>ModuleTwo.mxml</module>
</moduleFiles>
It produces the main SWF file AND the ModuleOne.swf and ModuleTwo.swf.
The war module uses the copy-flex-resource goal to copy the resources
into
the war and it has a dependency to the swf module.
But only the main app of the swf module is included...
Is there any way to make the copy-flex-resource goal do this?
Thanks
/Michael
--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---