I have a couple of XML files I want to embed in an SWF using [Embed] metadata. The XML files are in src/main/resources and they are copied to target/classes as expected by the Maven resource plugin. Problem is that the resource output directories aren't being added to the source- path.
With Java projects all resources are available in the compiled jar. With this in mind it seems like all resource output folders should be added to the source-path by default so you can embed filtered resources into the SWF. Does this sound desirable or am I missing something? If this is something that sounds reasonable I will log a bug and submit a patch. Lance -- 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/
