Hello, I have this flex compiler problem it stated here that the compiler version and flex-framework should be the same;
https://docs.sonatype.org/display/FLEXMOJOS/How+to+set+Flex+SDK+version but when i attemp to do so: <build> .......... <plugins> <plugin> <groupId>org.sonatype.flexmojos</groupId> <artifactId>flexmojos-maven-plugin</artifactId> <version>3.4.2</version> <extensions>true</extensions> <dependencies> <dependency> <groupId>com.adobe.flex</groupId> <artifactId>compiler</artifactId> <version>3.4.0.9271</version> <type>pom</type> </dependency> </dependencies> ............. <dependencies> ........... <dependency> <groupId>com.adobe.flex.framework</groupId> <artifactId>flex-framework</artifactId> <version>3.4.0.9271</version> <type>pom</type> </dependency> it gives me this: [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Flex compiler and flex framework versions doesn't match. Compiler: '3.4.0.9271' - Framework: '3.2.0.3958'. You can use 'ignoreVersionIssues' to disable this check. Please refer to Flexmojos maven doc. If you prefer fixing it instead of ignoring, take a look at: https://docs.sonatype.org/display/FLEXMOJOS/How+to+set+Flex+SDK+version what did im missing? thanks a lot. cheers. -- 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?hl=en?hl=en http://blog.flex-mojos.info/
