In Fact Robi Isn't a Bug in the IDE, the problem happens with some of us in some short time of our development cycle.
Let me detail you what really happens when this occurs. When you create a new Project in Flex the Eclipse Engine, uses the ANT script build to create the entire project folder and files necessery to start doing our project after finish publish them. But, in somehow we forgot to close the test version of our project and than the .swf it's used by the external browser and then when we try to recompile again the mxmlc compiler tell us an error and ask us to fix it up. So, Just close your .swf file test at the browser then, Goes to menu in Flex and select Projects > Properites and clean the selected project you want. Well, what really happens on that? You will delete the target .swf file and then you will say to the ANT script guy to create again your .swf and the problem will be stopped. However it's a gift doing that, because if you in some moment forgot to add a compiler parameter like -increase=true you could do that and then each time when you try to recompile or test again your project you will eliminate some less seconds on that. Best to you On 1/19/07, Robi Ray <[EMAIL PROTECTED]> wrote:
Well, this seems to be kind of a bug in the tool. I faced a similar situation some time back, but could not trace out the issue. Often, it is because of a corrupted file. The only I could solve it was delete all project references & start afresh.
-- ---------------------------- Igor Costa www.igorcosta.org www.igorcosta.com skype: igorpcosta

