Yes, the intermediate step does happen but I'm not sure when/if the bytecode goes to disk in a way that you can leverage. Fcsh is meant to run on its own so it probably can't be run incrementally. Make sure to check out our Ant tasks though which are on Labs for 2.0.1 or part of Flex 3 as they are meant to help with this scenario.
Matt From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of tudury_david Sent: Friday, September 07, 2007 3:46 AM To: [email protected] Subject: [flexcoders] Re: build.xml/Makefile question Thanks Matt! My understanding was that the intermediate step happens anyway (.AS gets turned into byte code). I am trying to avoid it happening over and over again unnecessarily. I though by saving the byte code I wouldn't have to recreate it for .AS files that hadn't changed. I'll look into fcsh. is there any documentation on how to run it from a make or ant build file? Thank you, david tudury

