单击“运行”按钮时,grails 2.0 在 IntelliJ 中挂起
我一直在使用 Grails 1.3.7,但为了新项目而降低了 2.0。 IntelliJ 表示它同时处理两个版本......您在设置项目时选择版本。然而,当我去运行这个新项目时(单击绿色箭头,或使用 Intellij 中的 grails 命令窗口执行“运行应用程序”),它会输出以下内容(如下)并简单地挂起。如果我对其问题回答“y”或“n”,就是这种情况。有什么想法吗?
谢谢,雷
|加载 Grails 2.0.0.RC1 |配置类路径
#################################################### ##。Grails 希望将信息发送到 VMware 域以改善您的体验。我们将匿名使用信息作为这些下载的一部分。
Grails 团队收集匿名使用信息是为了改善您的 Grails 体验,而不是出于营销目的。该信息用于发现哪些 Grails 插件最受欢迎,并发布在插件门户上。
我们还使用这些信息来帮助指导我们的路线图,优先考虑社区最重视的功能和 Grails 插件,并使我们能够优化经常一起使用的技术的兼容性。
请参阅 Grails 用户代理分析 (UAA) 使用条款,网址为 http://www.springsource.org/uaa /terms_of_use 了解有关收集哪些信息以及如何使用此类信息的更多信息。 http://www.springsource.org/uaa/faq 上还提供了常见问题解答,供您参考方便。
要同意使用条款,请输入“Y”。输入“N”表示您不同意,匿名数据收集将保持禁用状态。
####################################################.输入 Y 或 N:[y,n] y
I've been using Grails 1.3.7, but brought down 2.0 for a new project. IntelliJ indicates it handles both versions at the same time ... you choose the version when you set up the project. However, when I go to run this new project (click green arrow, or do a 'run-app' using the grails command window in Intellij), it puts out the following (below) and simply hangs. This is the case if I answer "y" or "n", to its question. Any thoughts?
Thanks, Ray
| Loading Grails 2.0.0.RC1
| Configuring classpath
####################################################.
Grails would like to send information to VMware domains to improve your experience. We include anonymous usage information as part of these downloads.
The Grails team gathers anonymous usage information to improve your Grails experience, not for marketing purposes. The information is used to discover which Grails plugins are most popular and is published on the plugin portal.
We also use this information to help guide our roadmap, prioritizing the features and Grails plugins most valued by the community and enabling us to optimize the compatibility of technologies frequently used together.
Please see the Grails User Agent Analysis (UAA) Terms of Use at http://www.springsource.org/uaa/terms_of_use for more information on what information is collected and how such information is used. There is also an FAQ at http://www.springsource.org/uaa/faq for your convenience.
To consent to the Terms of Use, please enter 'Y'. Enter 'N' to indicate your do not consent and anonymous data collection will remain disabled.
####################################################.
Enter Y or N:[y,n] y
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能会出现此错误:http://youtrack.jetbrains.net/issue/IDEA-73228
尝试使用最新版本的IDEA: http://confluence.jetbrains.net/display /IDEADEV/IDEA+11+EAP
建议使用 IDEA 11 来处理 Grails 2.0.0,因为 IDEA 10 不支持 Grails 2.0.0 中的某些功能(例如,通过控制器中的方法定义操作)
May be occurs this bug: http://youtrack.jetbrains.net/issue/IDEA-73228
Try to use latest version of IDEA: http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP
It's recommended to use IDEA 11 to work with Grails 2.0.0 because IDEA 10 doesn't support some features from Grails 2.0.0 (e.g. definition actions via methods in controllers)