Ok - I follow. I guess I will have to resort to using <resources> with <exclude> for now.
What would you say to making Flex Mojos behave like Flex Builder (and the FB docs but consequently not behave like compc) and include <sourcePaths> when doing lookups for embedding? Or is that not even possible since you are restricted to what the Flex compiler does? Collin On Aug 26, 11:51 am, Marvin Froeder <[email protected]> wrote: > > So my question is should the <sourcePaths> directive not work? > > Yes, but that isn't its usage. > > -compiler.source-path [path-element] [...] alias -sp > list of path elements that form the roots of ActionScript class > hierarchies (repeatable) > > roots for ActionScript classes, .as and .mxml guys... same as maven source > directory > The lookup for Embed stuff is another process, and on flexbuilder includes > the sourcesPaths, project root and who knows what else. On Flexmojos it > does include the maven resources directories. > > Is that related to SDK-15466 or is your comment in reference to something > > > else? > > No, that issue is completely saned on flexmojos. Your problem is with > maven-resource-pluginhttp://maven.apache.org/plugins/maven-resources-plugin/ > > This guys is part of maven default lifecycle and this guys is copying your > assets > > > Will I have to using <exclude> in the <resources> directive to > > keep compiles quick? > > Does it work now? > > Not using clean may help as well. > > VELO --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
