Hi Guys,

I am using Maven to build with below things

<flex.mojo.version>4.0-RC2</flex.mojo.version>
<flex.sdk.version>4.6.b.23201</flex.sdk.version>

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-resources-plugin</artifactId>
        <version>2.6</version>
 </plugin>

But getting below errors and not able to compile where all files are exist 
in project and working/compiling fine. But using maven build getting only 
this errors

[ERROR] Failed to execute goal 
org.sonatype.flexmojos:flexmojos-maven-plugin:4.0
-RC2:compile-swc (default-compile-swc) on projectActionscript Core: Got 5 
errors
building project, check logs -> [Help 1]
[ERROR]

col: 47 Error: The definition of base class WebService was not found.
col: 37 Error: The definition of base class Grid was not found.
col: 43 Error: The definition of base class DividedBox was not found.
col: 41 Error: The definition of base class GridItem was not found.
col: 40 Error: The definition of base class GridRow was not found.

Please help me if someone experience the same.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to flex_india+unsubscr...@googlegroups.com.
To post to this group, send email to flex_india@googlegroups.com.
Visit this group at http://groups.google.com/group/flex_india.
For more options, visit https://groups.google.com/d/optout.

Reply via email to