Check the doc. There is either a keep=true flag or you can add
{code}
<arg line="-keep-generated-actionscript" />
{code}
From: Barry Gold <[email protected]<mailto:[email protected]>>
Reply-To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Date: Wednesday, February 19, 2014 11:55 AM
To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Subject: Re: [flexcoders] Original application files lost
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.