[flexcoders] Re: Flex Builder 3 - internal build error

2007-10-05 Thread byte.sensei
Note: I already tried Project Clean and running Flex from the command line with the -clean option, but it's still giving me the internal build error. I also tried dropping the entire project and re- creating it from scratch, but still no luck... --- In flexcoders@yahoogroups.com, byte.sensei

[flexcoders] Re: Flex Builder 3 - internal build error

2007-10-05 Thread byte.sensei
I tried un-installing, deleting the My Documents\Flex Builder 3\ folder, then re-installing and adding the project from scratch again. Still no luck. I closed that project and made a new Flex project and it will compile/run fine, so I *think* it has something to do with the project (and not

[flexcoders] Re: Flex Builder 3 - internal build error

2007-10-05 Thread byte.sensei
This whole thing ended up being caused by the following statement I had added as a placeholder: switch (event.oldIndex) {} ...as soon as I commented that out (on a hunch) the error went away and everything compiled normally. Sure enough, I was able to repeat the problem in a blank test.mxml