开发者

Flash Develop : Build halted with errors (fcsh) why?

I try to recompile a flash package from somebody who has left the company and I have some difficulty to understand why I can't.

There are only warnings of type "vari开发者_如何学Pythonable 'x' has no type declaration" when building so why does it halt ?


FlashDevelop treats warnings as errors and so won't compile successfully if there are warnings.


There could be an obscure error of which has not been picked up by the ide. these include package declaration errors, sometimes inline XML and especially Flex - mxml errors unflagged.

Try cleaning the application, ensure no SVN files a kicking around -

--

ooh I'd like to add this happened to me once when I tried to make a backup of a class called Myclass_old.as

The ide will try and parse it - bt of course I had the same thing. I guess that falls under incorrect package naming but it easy to overlook.


I went to project properties->compiler options then set Enable All Warnings to false..and it worked like a charm after. Seems like warnings are treated as errors by default

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜