Hi !
Just tried to update my pom to use target player 10
<plugin>
<groupId>info.flex-mojos</groupId>
<artifactId>flex-compiler-mojo</artifactId>
<version>2.0M10</version>
<extensions>true</extensions>
<configuration>
<target-player>10.0.0</target-player>
<!--<targetPlayer>9.0.124</targetPlayer>-->
<showWarnings>false</showWarnings>
<mergeResourceBundle>true</mergeResourceBundle>
</configuration>
</plugin>
The flex mojo compiler output always talks about
"-target-player 9.0.0"
What am I doing wrong ? I am using flex framework 3.2.0.3958.
Regards,
Dirk
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---