On Fri, Aug 21, 2009 at 6:33 AM, Kelly Davis<[email protected]> wrote: > I modified the project structure to do it this way and it works fine. > One thing I am unclear on is what to do for the source files. If I set > project.build.sourceDirectory, it compiles fine, but I see that I can > I also set configuration.includeSources as well as > configuration.sourcePaths. If I don't set any of these, then my source > doesn't compile. Which is the recommended way to specify the source > path?
It depends on what you want I guess. sourceDirectory is the default and simplest way (if you are using the Flexmojos super-pom, you don't need to do anything, Flexmojos uses it by default). Include-sources with source-paths is an advanced feature for those that want to specify exactly which files/classes get included, or need to include additional sources/classes that would normally be omitted by the optimizing compiler. 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
