Hi everybody,
I'm having an issue concerning Maven (3.0.3) build with Flexmojos (4.0-
RC2) for a Flex Mobile Project (AIR SDK 3.1 / Flex SDK 4.6.b.23201 as
released with Flash Builder 4.6) :
All my build process is successful but I can't figure out why, as soon
as I launch my generated SWF (in order to test it before packaging it
for Android), I end up with multiples "VerifyError: Error #1014"
popups relative to missing mx/spark elements (IFlexDisplayObject,
UIComponent, MobileSkin and a lot more).

Here are the dependencies I use, and their versions :
<properties>
        <flexmojos-plugin.version>4.0-RC2</flexmojos-plugin.version>
        <parsley.framework.version>2.2.2</parsley.framework.version>
        <flex.sdk.version>4.6.b.23201</flex.sdk.version>
</properties>
<dependencies>
        <dependency>
                <groupId>com.adobe.flex.framework</groupId>
                <artifactId>air-framework</artifactId>
                <version>${flex.sdk.version}</version>
                <type>pom</type>
        </dependency>
        <dependency>
                <groupId>com.adobe.flex.framework</groupId>
                <artifactId>mobilecomponents</artifactId>
                <version>${flex.sdk.version}</version>
                <type>swc</type>
        </dependency>
        <dependency>
            <groupId>com.adobe.flex.framework</groupId>
            <artifactId>mobile</artifactId>
            <version>${flex.sdk.version}</version>
            <type>swc</type>
            <classifier>theme</classifier>
            <scope>theme</scope>
        </dependency>
        <dependency>
                <groupId>org.spicefactory</groupId>
                <artifactId>parsley-flex4</artifactId>
                <version>${parsley.framework.version}</version>
                <type>swc</type>
        </dependency>
        <dependency>
                <groupId>org.spicefactory</groupId>
                <artifactId>spicelib-flex</artifactId>
                <version>${parsley.framework.version}</version>
                <type>swc</type>
        </dependency>
</dependencies>

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