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.