Changing sourcePaths is the first step to get problems and not get support.
Sent from DROID Em 20/02/2010 05:09, "Adam" <[email protected]>escreveu: Hi Rick, If you are using the standard maven project structure for your flex source files: src/main/flex Then put your html wrapper file in: src/main/resources Intellij should detect that foulder as a source folder automatically and its contents will be copied into your output folder. If IntelliJ doesn't pick it up automatically then don't add it to your project manually put this line(s) into your configuration section for your flex mojo plugin: <sourcePaths> <sourcePath>src/main/flex</sourcePath> <sourcePath>src/main/resources</sourcePath> </sourcePaths> Intellij should pick that up and fix up your project source folders Hope that helps, Adam On Feb 18, 11:23 pm, Rick R <[email protected]> wrote: > I really like the features of IDEA 9 that I... -- 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://flexmojos.sonatype.org/
