如何使用 Eclipse 自动化 BlackBerry 调试?
我正在为 BlackBerry 8900 开发应用程序,并且我正在使用迫使我在真实设备上测试/调试它的功能。我正在寻找一种能够自动化构建-部署-启动过程的便捷方法。
流程为:
- 打包申请 & 打包将其签名
- 将其加载到设备上
- 在 Eclipse 中启动调试会话
使用最新版本的 Eclipse BlackBerry 插件,步骤 1. 几乎是轻松的,但我想摆脱缺少一些调试文件的对话框。步骤 2. 和步骤 3. 必须手动执行。理想情况下,我想把它全部变成一个脚本,Eclipse宏,等等......
有没有人尝试过类似的事情并取得成功?
I am developing application for BlackBerry 8900 and I am using features that force me to test/debug it on the real device. I am looking for a convenient way to be able to automate build-deploy-lanuch process.
The process is:
- Package application & sign it
- Load it on the device
- Start debugging session in Eclipse
With the newest version of BlackBerry plugin for Eclipse, step 1. is almost painless, but I would like to get rid of dialogs that I am missing some debug files. Step 2. and step 3. must be performed manually. Ideally I would like to turn it all into one script, Eclipse macro, whatever....
Has anyone tried something like this with any success?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了自动化某些流程,例如打包、签名和运行,您可以使用 BB-Ant-Tools 。
另外,对于设备上的加载,您可以使用 javaloader.exe。
一些链接:这个以及有关在设备上进行调试的此。
For automating some process, such package, sign and run you can use BB-Ant-Tools.
Also, for load on device you can use javaloader.exe.
Some links: this and about debugging on device this.