I am trying to compile a swf using Flexmojos 4.0-RC1 and SDK
4.5.1.21328 but having no luck. See the <build> segment of my pom.xml
pasted below. I have two swc <dependencies>. Each are compiled with FM
4.0-RC1 using SDK 4.5.1.21328. When I compile my swf using FM 3.7.1
and SDK 4.5.0.19786 everything comes up fine, but when I use FM 4.0-
RC1 and SDK 4.5.1.21328, the swf fails to initialize. Specifially,
initialization gets to http://cl.ly/3m1U3N0D252Y0c0K0A3w.

Is there something wrong with or missing from my config? Is there a
way I can enable some useful debug output in Flash player to see what
it's choking on? Any help would be appreciated.



        <build>
                <sourceDirectory>src</sourceDirectory>
                <plugins>
                        <plugin>
                                <groupId>org.sonatype.flexmojos</groupId>
                                <artifactId>flexmojos-maven-plugin</artifactId>
                                <version>4.0-RC1</version>
                                <extensions>true</extensions>
                                <dependencies>
                                        <dependency>
                                                
<groupId>com.adobe.flex</groupId>
                                                
<artifactId>compiler</artifactId>
                                                <version>4.5.1.21328</version>
                                                <type>pom</type>
                                        </dependency>
                                        <dependency>
                                                
<groupId>com.adobe.flex.framework</groupId>
                                                
<artifactId>playerglobal</artifactId>
                                                <version>4.5.1.21328</version>
                                                <classifier>10.2</classifier>
                                                <type>swc</type>
                                        </dependency>
                                        <dependency>
                                                
<groupId>org.apache.maven</groupId>
                                                
<artifactId>maven-artifact-manager</artifactId>
                                                <version>2.0.2</version>
                                        </dependency>
                                </dependencies>
                                <configuration>
                                        <sourceFile>main.mxml</sourceFile>
                                        <targetPlayer>10.2</targetPlayer>
                                        <includeStylesheets>
                                                <stylesheet>
                                                        <name>styles.css</name>
                                                        
<path>${basedir}/src/assets/style/styles.css</path>
                                                </stylesheet>
                                        </includeStylesheets>
                                        <defines>
                                                <property>
                                                        
<name>CONFIG::debugging</name>
                                                        
<value>${debugFlag}</value>
                                                </property>
                                        </defines>
                                </configuration>
                        </plugin>
                </plugins>
        </build>

-- 
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

http://flexmojos.sonatype.org/

Reply via email to