I am configuring one already done project on my system which uses old flex sdk. following is my POM
<FLEX_HOME>${build.flex3sdk.path}</FLEX_HOME>
<flash.player.version>10</flash.player.version>
<flex.sdk.version>4.1.0.16248</flex.sdk.version>
I have latest flex SDK the version for this flex is "Version 4.5.1 build 21328". I am getting compile time error. Does a flex Mojo is dependent on the version of flex SDK ? why even changing the above POM to following is not helping me resolve the error?
<FLEX_HOME>${build.flex3sdk.path}</FLEX_HOME>
<flash.player.version>10</flash.player.version>
<flex.sdk.version>4.5.1.21328</flex.sdk.version>
Where can I find old sdk Version 4.1.0.16248? Kind of stuck .. PLz help