user751037
user751037

Reputation: 21

Flexmojos compatibility with Flex SDK to 4.5

I was working on a project with flexmojos 3.9 and Flex 4.0. I decided to upgrafe my version of the flex SDK to 4.5 but I have the followin problems:

1- Maven Message: [FATAL ERROR] org.sonatype.flexmojos.optimizer.OptimizerMojo#execute() caused a linkage error (java.lang.NoSuchMethodError) and may be out-of-date. Check the realms

2- Stack trace: java.lang.NoSuchMethodError:flex2.compiler.common.Configuration.setKeepDebugOpcodes(Z)V

Regards,

Fadi

Upvotes: 0

Views: 958

Answers (1)

J_A_X
J_A_X

Reputation: 12847

FlexMojos 3.9 is extremely outdated and you should look into 4.0-RC1 from https://repository.sonatype.org/content/repositories/maven-sites/flexmojos/

Upvotes: 1

Related Questions