将 Flash Builder 4.5 项目导入 Flash Builder 4.5.1
我有一个正在处理 Flash Builder 4.5 的 AIR 项目,现在我正在尝试将其导入到更新后的 Flash Builder 4.5.1 中,它提示我在导入完成之前修复一些路径。我有点不知道应该在这些字段中放入什么。请问有做过这个的人可以帮帮我吗?
[见图] http://twitpic.com/5hke29
该项目访问 Web 服务器以使用 JSON 检索数据。
I have an AIR project that I was working on Flash Builder 4.5 which now I'm trying to import to my updated Flash Builder 4.5.1 and it is prompting me to fix some paths before the import is completed. I'm kinda clueless what I should put in those fields. Can someone who've done this help me out please?
[see the image]
http://twitpic.com/5hke29
The project access a web server to retrieve data using JSON.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
解决这个问题并不复杂,而且与任何 PHP 功能无关。我只是在该项目中运行了一个 Web 服务,并且由于在导入时我没有正确导出项目设置,所以 Flash Builder 无法识别某些变量。如果其他人遇到此问题,则变量是:
应将生成的文件放置在其中
输出文件夹位置 - 我的本地主机上的路径,Flash Builder Web 根目录 - http://localhost(主要)
根 URL - 我的 Web 服务的 URL。
It wasn't that complicated to solve this and it has nothing to do with any PHP features. I simply had a web service running with this project and since I have not exported my project settings properly when imported some variables were unidentified by Flash Builder. If anyone else run into this problem the variables are,
Output folder location - the path on my localhost where the generated files should be put by Flash Builder
Web root - http://localhost (mostly)
Root URL - the URL to my web service.
看起来您需要在使用工作站的计算机上设置一些环境变量...我还没有使用 PHP 功能,但在我看来,您需要安装 flash builder PHP 版本才能拥有这些为您设置路径变量
looks like you need to set some environment variables on your computer in which the workstation is being used...I haven't utilized the PHP features, but it appears to me that you need to install flash builder PHP edition in order to have these path variables setup for you