Flash Builder 4 不再...构建!
Flash Builder 4 已停止构建我的应用程序。我当时正在做几个项目。当我调试应用程序时,我的任何更改都没有反映在调试版本中。我尝试手动构建,重置我的所有首选项,最终清理构建整个应用程序。这是一个错误。 FB4 扔掉了它应该构建的所有文件(.html 包装器、swf 文件本身和 swfobject.js 文件)并让我晾干。现在我有几千行代码什么也不做。当我尝试运行/调试时,收到消息:“找不到文件:[路径名/包装器].html”
这显然与我的系统存在兼容性冲突(运行 Snow Leopard 的 2008 MacBook)在我妻子的笔记本电脑上一切正常(与 CS5 的安装相同)。我该如何找到冲突?我尝试在计算机上卸载并重新安装 FB4,但仍然收到相同的消息。
谢谢,
杰森·M。
Flash Builder 4 has stopped building my apps. I was working on a couple of projects. When I debugged the app, none of my changes were reflected in the debug version. I tried manually building, resetting all of my preferences, eventually Clean building the entire app. This was a mistake. FB4 threw out all the files it was supposed to be building (the .html wrapper, the swf file itself, and the swfobject.js file) and left me out to dry. Now I have a couple thousand lines of code that does nothing. When I try to run/debug I get the message: "Can't find file:[pathname/wrapper].html"
This is apparently a compatibility conflict with my system (2008 MacBook running Snow Leopard) Everything works fine on my wife's laptop (identical installation of CS5). How do I go about finding the conflict? I've tried uninstalling and reinstalling FB4 on my computer but still get the same message.
Thanks,
Jason M.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以尝试单击您的项目,然后转到
Project ->属性-> Flex Compiler
并查看底部的所有 HTML 包装器选项是否都已选中?您还可以检查那里的其他选项,这些设置中的某些内容可能发生了变化吗? (如果它们已被选中,请尝试取消选中它们,然后再次选择它们并应用设置)Possibly try clicking on your project then going to
Project -> Properties -> Flex Compiler
and see if all the HTML wrapper options at the bottom are checked off? You can also check the other options there, it could be possible that something in those settings changed? (If they are checked off already, try un-checking them and then selecting them again and applying the settings)我想我只是通过删除首选项文件就解决了这个问题。经过一番挖掘,我发现 Flash Builder 的首选项文件实际上是 Eclipse 首选项文件。不管怎样,目前 FB 运行得很好(文字?)。
I think I solved the problem simply by trashing the preference file. It took some digging, but I found that Flash Builder's preference file is actually an eclipse preference file. Anyway, for the time being FB is working just dandily (word?).