Re: [flexcoders] Flex Compilation takes long time

2009-07-29 Thread Alexander Tarelkin
This link can be useful as well: http://hasseg.org/blog/?p=194 On Wed, Jul 22, 2009 at 9:30 AM, ondemand_mayur wrote: > > > Hi folks, > > I have a project crated with Flex 3 ( SDK 3.2 ). > When ever I compile it really takes much long time min 4 to 5 mins ( i.e. > 240 to 300 seconds). > > That re

Re: [flexcoders] Flex Compilation takes long time

2009-07-29 Thread Alexander Tarelkin
I googled on the same subject literally a couple of weeks ago. Here is the link that shed some light and helped me: http://stackoverflow.com/questions/33768/any-advice-for-speeding-up-the-compile-time-in-flex-builder-3 What turned out relevant for our projects: * Slow compile time is most often ca

Re: [flexcoders] Flex Compilation takes long time

2009-07-22 Thread Richard Rodseth
I too get frustrated by FlexBuilder build times on a project with a few libraries and an application. As a side note, maven builds using flex-mojos are *really* fast. On Wed, Jul 22, 2009 at 8:23 AM, Tom Chiverton wrote: > > > On Wednesday 22 Jul 2009, ondemand_mayur wrote: > > * I have already

Re: [flexcoders] Flex Compilation takes long time

2009-07-22 Thread Tom Chiverton
On Wednesday 22 Jul 2009, ondemand_mayur wrote: > * I have already set " -incremental=true " for flex compiler in > Flex Builder 3. And your not using optimise=true either ? > I Need some tech. Tips and suggestions to reduce the time for compilation. Use the Flex Compiler Shell (fcsh)

Re: [flexcoders] Flex Compilation takes long time

2009-07-22 Thread Jeffry Houser
Closing unused projects will help. If you have a project with multiple Application files; remove the unused application files. Give Flex Builder / eclipse more memory. There are settings that will help, but they escape me at the moment. ondemand_mayur wrote: Hi folks, I have a project

[flexcoders] Flex Compilation takes long time

2009-07-22 Thread ondemand_mayur
Hi folks, I have a project crated with Flex 3 ( SDK 3.2 ). When ever I compile it really takes much long time min 4 to 5 mins ( i.e. 240 to 300 seconds). That really make my developers crazy and it is so frustrating. Has any one any suggestions how to make compilation process faster. *