首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何停止在netbeans IDE下运行ratpack?

如何停止在netbeans IDE下运行ratpack?
EN

Stack Overflow用户
提问于 2014-02-08 16:55:34
回答 1查看 251关注 0票数 0

问题:

在netbeans下启动ratpack应用程序之后,就没有办法阻止它了。

复制的步骤

  1. 结帐项目:https://github.com/akhikhl/ratpack-helloworld.git
  2. 启动netbeans 7.4 (必须安装Gradle支持IDE插件)
  3. 开放项目棘轮包-helloworld
  4. 调用菜单命令“Run/”-- gradle任务很好地启动,app等待端口5050。
  5. 现在试着阻止它:

代码语言:javascript
复制
- There's no task for stopping ratpack app
- Ctrl+Break has no effect
- menu command "Run/Stop Buid/Run..." has no effect
- when clicking "Cancel Running Task button, IDE asks "Are you sure you want to cancel...", then it reports "Build failure", but run task is still running.

解决方案

重新启动IDE某种程度上解决了问题,但消除了使用棘轮包的乐趣因素。

问题

对于如何在netbeans下以合法的方式阻止ratpack,有什么想法吗?

EN

回答 1

Stack Overflow用户

发布于 2014-10-22 16:31:53

您可以使用底部栏中的X按钮取消gradle run任务。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/21648914

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档