紧急:IDE 过期后如何继续使用 SDK (FlashBuilder4Force.com)
我在我的项目中使用了 Force .com IDE 的 Flash 构建器,但它已过期。
我可以只使用我认为应该免费的 SDK 并使用命令提示符编译我的应用程序吗?
我知道如何在简单的 Flex 应用程序中从命令行编译 mxml 应用程序,但对于 Force.com 项目我陷入困境。
我已将所有 swc 复制到 libs 文件夹中。
编译器抛出错误“错误:无法将“flexforforce:F3WebApplication”解析为组件实现。 '。
有人可以帮我吗?我不知道如何从这里继续:( 提前致谢。
I was using Flash builder for force .com IDE for my project but it has been expired.
Can I only use its SDK which I think should be free and compile my application using command prompt.
I know how to compile mxml applications from command line in simple flex application but for Force.com projects I am stuck.
I have copied all the swc in libs folder.
The compiler throws an error 'Error: could not resolve 'flexforforce:F3WebApplication' to a component implementation. '.
Can any one help me here? I don't know how to proceed from here :(
Thanks in advence.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 -dump-config 选项查看真实的命令行参数(请参阅 http://cookbooks .adobe.com/post_Compiling_Flex_libraries_with_Ant-16504.html)
干杯
You can see the true command-line parameters with the -dump-config option (see http://cookbooks.adobe.com/post_Compiling_Flex_libraries_with_Ant-16504.html)
Cheers