将鞋子集成到 Aptana Studio RadRails 中
如何使用 RadRails 直接从 Aptana Studio 运行我的 Carpet 应用程序? 将 Shoes.exe 设置为 VM/解释器将不起作用。
How can I run my Carpet applications directly from Aptana Studio with RadRails? Setting the shoes.exe as VM/Interpreter won't work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在 Ruby 项目中有该文件,则可以执行以下操作:
C:\Program Files\Common Files\Shoes\ 0.r1134\shoes.exe
${workspace_loc}${project_loc}
(您可以更改此设置以满足您的需要,但我假设项目的基本目录是与设置工作目录一样好的位置)"${workspace_loc}${resource_path}"
双引号应该包含在内,否则任何空格在你的道路上会把事情搞砸。就是这样。 现在您可以通过运行 -> 来运行它。 外部工具 -> 鞋子,或使用工具栏上的外部工具图标。
If you have the file in a Ruby project, you can do the following:
C:\Program Files\Common Files\Shoes\0.r1134\shoes.exe
${workspace_loc}${project_loc}
(You can change this to fit your needs, but I'd assume the project's base directory is as good a place as any to set as the working directory)"${workspace_loc}${resource_path}"
The double quotes should be included, otherwise any spaces in your path will muck things up.That's it. Now you can run it by going to Run -> External Tools -> Shoes, or using the External Tools icon on the toolbar.