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 caused by having large numbers of embedded
resources ([Embed] or @Embed).
We have plenty of them, but the second tip helped much more.
* Go to Project-Properties-Flex Applications. All of the applications
listed are compiled each time.
This one is so evident but no one thought of that. We had 8 applications in
the project, but only two of them were required at a time.

On Wed, Jul 22, 2009 at 9:30 AM, ondemand_mayur ondemand_ma...@yahoo.comwrote:



 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

  




-- 
Alexander Tarelkin
Web Developer
devexperts.com


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 ondemand_ma...@yahoo.comwrote:



 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

  




-- 
Alexander Tarelkin
Web Developer
devexperts.com


[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.

 *   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




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 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




--
Jeffry Houser, Technical Entrepreneur
Adobe Community Expert: http://tinyurl.com/684b5h
http://www.twitter.com/reboog711  | Phone: 203-379-0773
--
Easy to use Interface Components for Flex Developers
http://www.flextras.com?c=104
--
http://www.theflexshow.com
http://www.jeffryhouser.com
--
Part of the DotComIt Brain Trust



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) and/or an updated SDK.

-- 
Helping to evangelistically facilitate six-generation granular industry-wide 
advanced market-growth as part of the IT team of the year, '09 and '08



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

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 tom.chiver...@halliwells.com
 wrote:



 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) and/or an updated SDK.

 --
 Helping to evangelistically facilitate six-generation granular
 industry-wide
 advanced market-growth as part of the IT team of the year, '09 and '08

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and
 Wales under registered number OC307980 whose registered office address is at
 Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list
 of members is available for inspection at the registered office together
 with a list of those non members who are referred to as partners. We use the
 word ?partner? to refer to a member of the LLP, or an employee or consultant
 with equivalent standing and qualifications. Regulated by the Solicitors
 Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged. If you are not the addressee you
 must not read it and must not use any information contained in nor copy it
 nor inform any person other than Halliwells LLP or the addressee of its
 existence or contents. If you have received this email in error please
 delete it and notify Halliwells LLP IT Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.Halliwells.com.