Hi all,
I have a flex app with multiple module. when it runs it produce
multiple runtime errors and modules are not loading.
first error is
VerifyError: Error #1014: Class mx.core::Container could not be found.
second one is ReferenceError: Error #1065: Variable
_TextEditor_Styles__embed_css_Assets_swf_mx_skins_cursor_BusyCursor_1973785630
is not defined.
third is
Error: Could not find compiled resource bundle 'collections' for
locale 'en_US'.

I use flexmojo 3.6.1

configuration section
<configuration>
    <mergeResourceBundle>true</mergeResourceBundle>
    <accessible>true</accessible>
    <!-->optimize>true</optimize-->
    <targetPlayer>10.0.0</targetPlayer>
   <sourceFile>Main.mxml</sourceFile>
   <moduleFiles>
        <module>com/lsm/imss/cm/view/modules/testmodule.mxml</module>
   </moduleFiles>
</configuration>

plugin dependencies are
<dependency>
        <groupId>com.adobe.flex</groupId>
        <artifactId>compiler</artifactId>
        <version>4.1.0.16076</version>
        <type>pom</type>
</dependency>

project dependencies are
<dependency>
      <groupId>com.adobe.flex.framework</groupId>
      <artifactId>flex-framework</artifactId>
      <version>4.1.0.16076</version>
      <type>pom</type>
</dependency>
<dependency>
        <groupId>com.adobe.flex.framework</groupId>
        <artifactId>playerglobal</artifactId>
        <version>3.3.0.4852</version>
        <type>swc</type>
        <scope>external</scope>
        <classifier>10</classifier>
</dependency>

is there any thing wrong or missing?

thank you

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