> > They don't need to, that is what resolver are used for. Although is likely > to be a bug on the resolver. >
After digging through FlexMojo & Flex OEM Compiler sources I think I understand a little about whats these resolvers are used for. I see MavenPathResolver http://goo.gl/H2iI1 which if used should allow the OEM compiler to resolve these embedded files. I tried to find code that actually uses this but the only thing I could find is in AbstractMavenMojo.getMavenPathResolver(). If this is somehow passed to the OEM compiler then things should work but I have yet to find where this is called. Also if AbstractMavenMojo.getMavenPathResolver() is used somewhere it would resolve sources from the resource directory and not the resource target directory. Not sure if this was the intention or not? So as you said its probably a bug with the resolver but I still can't figure out if the bug is in FlexMojos or the OEM compiler. Hopefully I will find the problem cause it is driving me nuts :-) 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/
