That seems rather excessive. I have a large project with 9 modules. If I export to a flex archive, the zip file is 2MB.
On my machine (A 2.66GHz Core 2 Duo with 4GB RAM running 32-bit Windows XP) it takes 35 seconds to compile the main application and all 9 modules if I delete the bin-debug directory and to a clean build. If I change a single file and recompile, it takes about 3 seconds. It seems to me that there is something going on that slows down your machines. I have no idea what that might be but I would be inclined to try something. How about a disk defrag? --- In [email protected], "Todd" <tpreka...@...> wrote: > > Unfortunately, you can do all those things noted above, you can restructure > your modules, etc...but you'll probably still have longer compile times than > you like. > > I've learned to live with it, and just treat our Flex projects like C++ > projects in 1995. > > Even optimized, on fast machines, we're looking at a minimum of 1 minute, 8 > seconds per compile for a single module. And then 90 seconds for a single > application. > > It really sucks when you're trying to do fast recompile because you're > tweaking a UI item. > > > --- In [email protected], "ondemand_mayur" <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 really make my developers crazy and it is so frustrating. > > > > Has any one any suggestions how to make compilation process faster. > > > > * I have already set " -incremental=true " for flex compiler in > > Flex Builder 3. > > * I have around six diff. modules in my project. ( And I have > > noticed after modularization of my application it takes some more time for > > compilation I know that in the process - flex builder has to call another > > tool for module compilation other then MXMLC ) > > > > > > I Need some tech. Tips and suggestions to reduce the time for compilation. > > > > > > Thanking you in advance. > > > > Mayur > > >

