Re: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-30 Thread Tom Chiverton
On Wednesday 29 November 2006 17:32, Steve Kellogg @ Project SOC wrote: It FEELS like a memory management/garbage collection issue to me. This seems more pronounced if a larger source file (2000 lines+) is open, but You shouldn't have a source file that long, refactor. -- Tom Chiverton

Re: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-30 Thread Douglas Knudsen
in Advance, Steve -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Matt Chotin *Sent:* Tuesday, November 28, 2006 11:24 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Flex crashing @ compilation time 40

RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Matt Chotin
40 applications is a whole lotta applications to compile, and I believe the project is going to compile all of them. Maybe you could create different projects with the applications and use a library project for shared code? Less would need to be re-compiled each time. Matt

Re: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Rich Tretola
Try uchecking Build Automatically under Window - Preferences - General - Workspace Rich On 11/29/06, Matt Chotin [EMAIL PROTECTED] wrote: 40 applications is a whole lotta applications to compile, and I believe the project is going to compile all of them. Maybe you could create different

Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Steve Kellogg @ Project SOC
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Tuesday, November 28, 2006 11:24 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex crashing @ compilation time 40 applications is a whole lotta applications to compile, and I believe the project is going to compile

RE: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Andrew Trice
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC Sent: Wednesday, November 29, 2006 12:33 PM To: flexcoders@yahoogroups.com Subject: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time Hey Matt (et al), Does Adobe have any

RE: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Steve Kellogg @ Project SOC
Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time I've modified the Flexbuilder.ini file to increase memory usage. It speeds it up a good bit, but has also caused the occasional crash of FB. More detail at: http://eclipsezone. http://eclipsezone.com/eclipse/forums/t61618.html com

RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Roger Gonzalez
That seems like a crazy amount of compilation time for 40 files. Something is wrong. BTW, have you tried creating some library projects and linking to them, instead of having just one source tree? However, you said that Flex is actually crashing during the compile.. is it? Or is it just slow?

Re: [flexcoders] Flex crashing @ compilation time

2006-11-28 Thread Ralf Bokelberg
I guess you need RAM. The more, the better. Cheers, Ralf. On 11/28/06, The Crow [EMAIL PROTECTED] wrote: Hello. I've been using Flex 2 for 3 months now. There's around 40 mxml applications plus component, and actionscript files in the project and the compilation (building) time has