What file are created at target? VELO
On Jan 12, 8:03 am, mindy <[email protected]> wrote: > hi all, > > after building my flex module with flexmojos, the resulting .swf > doesn't contain any content. > > ********************************************************************************************************* > Module.mxml > ********************************************************************************************************* > <?xml version="1.0" encoding="utf-8"?> > <mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:mx="library://ns.adobe.com/flex/halo" > layout="absolute" width="400" height="300"> > > <s:Label text="TESTTEST"/> > > </mx:Module> > > ********************************************************************************************************* > pom.xml > ********************************************************************************************************* > ... > <plugins> > ... > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-maven-plugin</artifactId> > <extensions>true</extensions> > <configuration> > <locales> > <locale>de_AT</locale> > </locales> > <targetPlayer>10.0.0</targetPlayer> > <moduleFiles> > <module>Module.mxml</module> > </moduleFiles> > <loadExternsOnModules>false</loadExternsOnModules> > </configuration> > </plugin> > ... > </plugins> > ... > > is there a configuration mistake? > thanks in advance for your help!
-- 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/
