RE: [flexcoders] Can I Simulate "Export Release Build" using Ant?

2008-04-17 Thread Gaurav. Jain
AFAIK, currently there is no way to generate view source from ant tasks. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of VELO Sent: Thursday, April 17, 2008 2:45 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can I Simulate

Re: [flexcoders] Can I Simulate "Export Release Build" using Ant?

2008-04-17 Thread VELO
And how about View Source? Any way to generate it on ant? VELO On Thu, Apr 17, 2008 at 12:06 PM, Gaurav. Jain <[EMAIL PROTECTED]> wrote: >Export release build compiles the swf in non debug mode. > > > > You can do the same in ant task if debug=false – which is the case by > default in ant

RE: [flexcoders] Can I Simulate "Export Release Build" using Ant?

2008-04-17 Thread Gaurav. Jain
Export release build compiles the swf in non debug mode. You can do the same in ant task if debug=false - which is the case by default in ant task. Also if you have modules then you can make use of load-externs: 1. Compile your main app with link-report="linkReport.xml" 2. W