{artifactId}-{version}.swf
{artifactId}-{version}-Module.swf

are created in target folder.

I'd like to use this module in another project with the main
application - there I have the dependency:
<dependency>
  <groupId>myPackage</groupId>
  <artifactId>module</artifactId>
  <version>1.0-SNAPSHOT</version>
  <type>swf</type>
</dependency>

On 12 Jan., 12:12, velo <[email protected]> wrote:
> And which one is the problematic one.
>
> On Jan 12, 9:11 am, velo <[email protected]> wrote:
>
> > 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/

Reply via email to