如何在我的 google appengine 项目中编译 .rb 文件
我在 Eclipse 中创建了一个 google appengine 项目,该项目混合了 .java 和 .rb 文件。有没有办法在 .rb 文件发生更改时自动编译它(就像 java 文件的编译方式一样)。如果有办法可以自定义运行的命令吗?
谢谢, 帕布
I have created a google appengine project in Eclipse and this project has mixture of .java and .rb files. Is there a way to automatically compile .rb files whenever it is changed (like how java files are compiled). And if there is a way can the command that is run be customized?
Thanks,
Prabhu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 http://www.igvita.com /2009/09/23/deploying-jruby-on-google-app-engine/ 用于将 jRuby 直接部署到 Google App Engine。
http://kenai.com/projects/jruby/pages/JRubyCompiler ,用于 jruby 编译器
Try http://www.igvita.com/2009/09/23/deploying-jruby-on-google-app-engine/ for deploying jRuby directly to Google App Engine.
http://kenai.com/projects/jruby/pages/JRubyCompiler , for jruby compiler