Reputation: 1
I'm using FB4 and my project will take atleast 30 minutes to compile entire project since it has 20 modules.
Everyday i have to logoff my machine since our company policy.
My problem is :
Everyday i have to spend 30 minutes to compile my entire project. I have to spend another 30 minutes again to compile all modules in my project if i accidently closed my project or closed my Flex builder IDE.
Do you have any suggestion to avoid flexbuilder to compile my project again if i closed?
Thanks in advance.
Upvotes: 0
Views: 28
Reputation: 15955
Eclipse Java could probably use more memory to speed that up.
How can you speed up Eclipse?
Max value of Xmx and Xms in Eclipse?
Is 'Build Automatically' selected?
Maybe how you link your projects will also impact performance. Linking SWC instead of project references should improve time.
Upvotes: 1