christophe-hall / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

Flex 4 Build #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is a request for the project to begin deploying artifacts built against 
the Flex 4 SDK.

When building a Flex 4 project using flex-mojos, it will report an SDK version 
mismatch error and fail the build. An easy fix is to set flex-mojos' 
ignoreVersionIssues flag to true, however this will likely lead to instability 
issues, especially if other libraries are not flex 4 compatible.

Great work on the libraries!

Original issue reported on code.google.com by russell....@gmail.com on 26 Jul 2010 at 10:01

GoogleCodeExporter commented 8 years ago
Hi there,

I doubt this will lead to instabilities as all as3-commons projects are pure 
actionscript without any dependencies on the Flex SDK. So your 
ignoreVersionIssues workaround is the safest bet.

Original comment by ihatelivelyids on 26 Mar 2011 at 10:57