On 2/19/2014 10:59 AM, Alex Harui wrote: > I would suggest starting from both ends and working towards the middle. > If you use the -keep-generated-actionscript option in the MXMLC > compiler, it should create a folder called "generated" in the output > folder. Comparing that to what the decompiler found for those same files > might help you figure out what modifications need to go into whatever > versions of the source you currently have.
How do you turn on -keep-generated-actionscript using ant? I think that would help me a lot in debugging my output -- once I get it to compile, that is.