As an aside, I'll mention some things that you probably know: - If you let the Flex server compile the app as the result of hitting an mxml page, it compiles incrementally ... which is very fast. Of course this doesn't work well via ant (you can use the <http> tag, but there's no easy way to check for errors).
- Startup time for the compiler seems farily high. If you hve more than one app to compile, it's better to compile them in one fell swoop (e.g., We compile three flex apps in about the sam time as it take to compile just the largest app app alone!) - Personally we use the incremental server based compilation during daily development and standalone ant based compilation for distribution builds. > > On 05/08/05, Allen Manning <[EMAIL PROTECTED]> wrote: > > > I'm trying to get my flex compilation time down to as little as > possible. > > > We are using mxmlc via Ant to compile our flex code. What machine > spec > > > would be the best to build these swfs fast. Would a dual proc help at > > all? ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hj2keol/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123276095/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

