Check the doc.  There is either a keep=true flag or you can add

{code}
<arg line="-keep-generated-actionscript" />
{code}

From: Barry Gold <barrydg...@ca.rr.com<mailto:barrydg...@ca.rr.com>>
Reply-To: "flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>" 
<flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>>
Date: Wednesday, February 19, 2014 11:55 AM
To: "flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>" 
<flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>>
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.


Reply via email to