将鞋子集成到 Aptana Studio RadRails 中

发布于 2024-07-16 16:35:40 字数 145 浏览 6 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

征棹 2024-07-23 16:35:40

如果您在 Ruby 项目中有该文件,则可以执行以下操作:

  1. 转到“运行”->“ 外部工具 -> 外部工具...
  2. 创建一个新工具,将其命名为“Shoes”)
  3. 将位置设置为 Shoes 二进制文件,例如,在我的系统上,它是 C:\Program Files\Common Files\Shoes\ 0.r1134\shoes.exe
  4. 将工作目录设置为 ${workspace_loc}${project_loc} (您可以更改此设置以满足您的需要,但我假设项目的基本目录是与设置工作目录一样好的位置)
  5. 将参数设置为 "${workspace_loc}${resource_path}" 双引号应该包含在内,否则任何空格在你的道路上会把事情搞砸。

就是这样。 现在您可以通过运行 -> 来运行它。 外部工具 -> 鞋子,或使用工具栏上的外部工具图标。

If you have the file in a Ruby project, you can do the following:

  1. Go to Run -> External Tools -> External Tools...
  2. Create a new tool, name it something (like, say, "Shoes")
  3. Set Location to the Shoes binary, for example, on my system it's C:\Program Files\Common Files\Shoes\0.r1134\shoes.exe
  4. Set Working Directory to ${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)
  5. Set Arguments to "${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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文