Thanks. I can try it. Shoud the <build> tag look like <build> <finalName>commoncomponents</finalName> <sourceDirectory>src/main/flex/</sourceDirectory> <outputDirectory>target/</outputDirectory> <plugins> <plugin> <groupId>info.flex-mojos</groupId> <artifactId>flex-compiler-mojo</artifactId> <version>2.0.3</version> <extensions>true</extensions> <configuration> <compiledLocales> <locale>en_US</locale> </compiledLocales> </configuration> </plugin> </plugins> </build
without the <sourcePaths> and <includeResourceBundles> tags? Thanks, Sam <compiledLocales> instead of the deprecated <locales>. On Jan 26, 2:09 pm, Marvin Froeder <[email protected]> wrote: > No, flexmojos 2.0.3 > > Where did you paste your entire console output? > Can you do that if you didn't. > > VELO > > > > On Mon, Jan 26, 2009 at 5:03 PM, Sam <[email protected]> wrote: > > > Do you mean Maven 2.0.3? > > > On Jan 26, 1:04 pm, RedBugz Software <[email protected]> wrote: > > > On Mon, Jan 26, 2009 at 11:00 AM, Sam <[email protected]> wrote: > > > > How can I get both the application files and files under "locales" > > > > directory in the swc? > > > > The most straightforward would be to update to 2.0.3 and use > > > <compiledLocales> instead of the deprecated <locales>. > > > > If you can't update for some reason, I'll have to dig deeper and see > > > what's wrong. > > > > Logan- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
