RE: [flexcoders] compile all MXML files at once

2006-02-02 Thread Matt Chotin
, February 01, 2006 9:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] compile all MXML files at once I recently switched servers for FLEX and now must re-compile all my files within my application. Is there a way to compile all files at once? Also, is there a way to pre-compile components

RE: [flexcoders] compile all MXML files at once

2006-02-02 Thread Roger Gonzalez
Chotin Sent: Thursday, February 02, 2006 10:07 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] compile all MXML files at once Lots of folks have come up with ant scripts that can help in this task. Maybe someone can post one? Or search for mxmlc and ant and something might come

[flexcoders] compile all MXML files at once

2006-02-01 Thread rgwilson26
I recently switched servers for FLEX and now must re-compile all my files within my application. Is there a way to compile all files at once? Also, is there a way to pre-compile components upon testing an application rather than having to compile each individual component as they are