On Mon, Jun 21, 2010 at 5:27 PM, ryanm <[email protected]> wrote: > This works because when compiling with Flex Builder with the "Copy non- > embedded files to output folder" option turned on, it copies files > from src/images into the bin folder. How do I get flexmojos and maven > to do the same? Right now I've got one client project and one java > webapp project. The java webapp project has a dependency on the client > project and uses copy-flex-resources to grab the output SWF from the > client project and copy it into the war. This works for the SWF, but > it doesn't include any of these other non-embedded resources from the > client project. > > Any guidance from anybody on this?
The Flexmojos build should be putting anything from src/main/resources into your target directory. I've not used the war project integration, so not sure if that's supposed to work. We create an assembly out of our target directory with our resources in it, then do a war overlay to drop them into our war. Not sure if it's the best solution, but it does work. Logan -- 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/
