On Thu, Jan 13, 2011 at 3:09 AM, Dtornkaew <[email protected]> wrote:

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

They don't need to, that is what resolver are used for.  Although is likely
to be a bug on the resolver.


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

Not true.  Maven doesn't shovel resources into compiler as part of source
roots.

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