On Nov 27, 5:05 am, ddinger <[EMAIL PROTECTED]> wrote: > I have a working swf project and trying to use flex mojos like so: > ... > <plugin> > <groupId>info.flex-mojos</groupId> > <artifactId>flex-compiler-mojo</artifactId> > <extensions>true</extensions> > <configuration> > > <configFile>../flex-config.xml</configFile> > <locales> > <locale>en_US</locale> > <locale>de_DE</locale> > </locales> > <targetPlayer>9.0.124</targetPlayer> > > <sourceFile>FormEditorShell.mxml</sourceFile> > </configuration> > </plugin> > > My souces are located under src/main/flex. > > Currently I get the following error: > > [INFO] Unable to found sourceDirectory: C:\dev\workspace\ehf-forms\ehf- > forms-flex-ui\src\main\java
Flex-mojos has some super poms with common configuration values like these. If you can use the flex-mojos super pom (inherit) they will get set for you. If you already have a parent pom and can't use the flex- mojos super pom (no-inherit), then you need to put all of these same value in your pom: http://svn.sonatype.org/flexmojos/repository/info/flex-mojos/flex-super-pom/2.0M9/flex-super-pom-2.0M9.pom Examples here: http://svn.sonatype.org/flexmojos/trunk/rvin-mojo/test-harness/projects/intro/ 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/ -~----------~----~----~----~------~----~------~--~---
