On 5/14/14 11:24 AM, "Chris Martin" <windo...@gmail.com> wrote:
>It appears that the "incremental build" functionality in Flash Builder 4.7 >is having issues when using the proxy swc files (fiber.swc and >playerfds.swc). I keep getting abc byte decode errors every so often. A >clean and rebuild fixes the problem, but with this large project it can be >a bit of a pain. In my research it seems people are saying that this can >happen when included swc files are compiled with a different framework >version than the main project. I believe this matches what i'm seeing. >I'm on Flex 4.12.0 and I suspect the two above mentioned swc files were >compiled with Flex 4.5 because of their location path (C:\Program >Files\Adobe\Adobe Flash Builder 4.7 (64 >Bit)\eclipse\plugins\com.adobe.flexbuilder.project_4.7.0.349722\fiberSwcs\ >4.5\libs\playerfds.swc). >In the fiberSwcs folder we only have two subfolders 3.6 and 4.5. > >So in the end I'm wondering if we don't have the ability to recompile >these >in the latest framework. Were they included with the donation, or Adobe >kept these as they are really part of Flash Builder 4.7? The fiber stuff was not donated. I suppose we could look into it, but then folks would have to hand-patch their FB installs. IMO, incremental building had a history of breaking down and requiring cleaning and rebuilding. I don't recall any particular changes to the SWC or ABC formats between 4.5 and now but I could be wrong. Is the compiler throwing the error or is it the SWF throwing the error? > >Regards, > >Chris