Hello,

Please let me know if it is possible to debug a flexmojos application
project using Flex Builder on linux. I have tried to search the FAQ,
WIKI and this forum. If it is possible i would appreciate your
pointer.

I have created a Flex Builder project using flexmojos:flexbuilder
import using eclipse import

When right click on the mxml and try to run or debug I get
"Flex builder cannot locate correct version of flash player"

This is not true as when i build using Flex Builder everything works.

here is the pom portion for the build
******************************************
<build>
                <sourceDirectory>src/main/flex</sourceDirectory>
                <testSourceDirectory>src/test/flex</testSourceDirectory>
                <plugins>

                        <plugin>
                                <groupId>org.sonatype.flexmojos</groupId>
                                <artifactId>flexmojos-maven-plugin</artifactId>
                                <version>3.7.1</version>
                                <extensions>true</extensions>

                                <dependencies>
                                        <dependency>
                                                
<groupId>com.adobe.flex</groupId>
                                                
<artifactId>compiler</artifactId>
                                                <version>3.2.0.3958</version>
                                                <type>pom</type>
                                        </dependency>
                                </dependencies>

                                <executions>
                                        <execution>
                                                <goals>
                                                        <goal>wrapper</goal>
                                                </goals>
                                        </execution>
                                </executions>

                                <configuration>
                                        <testRunner>
                                                <launcher>
                                                        <flashplayerCommand>
                                                                
${flashPlayer.command}
                                                        </flashplayerCommand>
                                                </launcher>
                                        </testRunner>
                                        <targetPlayer>9.0.0</targetPlayer>
                                        <incremental>false</incremental>
                                        <debug>true</debug>
                                        <locale>en_US</locale>
                                        <optimize>true</optimize>
                                        <showWarnings>true</showWarnings>
                                        <strict>true</strict>
                                        <useNetwork>true</useNetwork>
                                        
<allowSourcePathOverlap>true</allowSourcePathOverlap>
                                        
<configurationReport>true</configurationReport>
                                        <enableFlexBuilderBuildCommand>false</
enableFlexBuilderBuildCommand>
                                        
<flexBuilderOutputFolderPath>target</flexBuilderOutputFolderPath>
                                </configuration>
                        </plugin>

                </plugins>
        </build>

Regards
CB

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