问题标签 [ggts]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
groovy - GGTS 无法运行 Groovy Shell
我正在使用 Groovy Grails Tool Suite 来练习 Groovy。我想运行一个 Groovy Shell,但是当我创建一个新的 shell 并尝试运行它时,我收到了这个错误:
这是什么意思,我该如何解决?
eclipse - 在哪里可以下载适用于 Windows 的 Groovy Grails Tool Suite 3.5.1 版?
SpringSource ( http://spring.io/tools/ggts/all ) 的下载页面似乎没有提供以前版本的 GGTS,但我希望这个版本能够在 Groovy 2.0.7 之间切换和 Groovy 2.1.8 编译器。
作为一个潜在的解决方案,我搜索了镜像,但找不到任何镜像。此外,我还在 GitHub 上查看了此版本的 GGTS 源代码,以便我自己编译它,但我也没有找到。
grails - Grails:java.lang.NoClassDefFoundError:无法初始化类 org.codehaus.groovy.grails.io.support.PathMatchingResourcePatternResolver
当我尝试使用 grails 2.3.8 在 GGTS 中创建和执行新项目时,我遇到了这个问题:
加载 Grails 2.3.8
如何解决?
spring-tool-suite - GGTS 3.6 Groovy:内部 groovy 编译器错误
我有一个 grails 项目,最近没有编译。在“问题”选项卡上的 Eclipse 中,我看到 300 个问题中的 100 个,其中大多数是 Groovy:Internal groovy compiler error。每个类都有一个红色的 X,如果我在文件中添加一个空行并保存它,错误会消失但不会持续很长时间。
我曾尝试以任何可能的组合构建/清理(eclipse 和 grails)/刷新依赖项/编译。run-app 命令可以在 eclipse 中运行,没有任何问题。但是eclipse快疯了,因为我有很多错误。我可以使错误消失的唯一方法是禁用 eclipse 的 Build Automatically 选项并清理(不允许它在之后构建)
有人有想法吗?
当前 GGTS 设置
Windows -> Preferences -> Java -> Installed JREs == jdk1.8.0_11
Windows -> Preferences -> Groovy -> Compiler == 2.3.3
Windows -> Preferences -> Groovy -> Grails == Grails 2.4。 2
帮助 -> 关于 Groovy/Grails Tool Suite ==版本:3.6.0.RELEASE
grails - Deleted gsp files are still showing up in the built war file
I am in the process of reducing our application to a bare minimum for some web service testing. So I deleted all of the gsp files except for a half dozen related to login or error handling.
I built the project and logged in, and then went to one of the views I deleted. I was expecting to get a GRE since it could not render the page without the gsp file. Instead the page rendered successfully. In fact, all the views that I had deleted still rendered successfully.
Clearly, something is cached somewhere. So far, I have cleared out my browser caching (for all my browsers), done a grails clean, verified that the view files were deleted on disk, made sure my work, target and target-eclipse directories were clean. Checked my ivy cache and verified that it only contained plugin related downloads and had no files from the core application. Checked my WEB-INF.
Suggestions for what else to clean and any pointers to documentation on how the tc-server process works within GGTS would be much appreciated. (I've googled but not finding what I'm looking for.)
I am out of ideas as to where the cache could be. What am I missing? This also brings home to me that I don't really understand how GGTS works with the vfabric-tc-server.... I've worked with IDEA in the past and that actually built a war file that could be moved around. If the vfabric-tc-server builds a war file, it is not found when I search my windows box.
thanks very much.
grails - GGTS 的自定义默认模板
每次创建新项目时,如何在 GGTS(Groovy 和 Grails 工具套件)中制作默认自定义模板?即,每次我创建一个新项目时,我都会得到我的自定义模板,而不是默认的 Grails 模板。
提前致谢
ggts - 如何在 GGTS 中更改项目的 grails 版本
当您使用 GGTS(在 Windows 上)创建新项目时,您可以在新项目向导中选择 Grails 版本。
但是,我选择了默认的 2.4.2,但是我的项目是建立在 2.3.2 之上的,我想把它改回来。当我可以更改 grails 版本时,我找不到任何项目属性。有任何想法吗?
grails - ggts 空指针“检索可用脚本”
我在安装了 JDK 1.7 的 Windows 8 的新副本上安装了 GGTS 的新副本。
我试图让它编译我现有的基于 2.3.6 的项目,但由于 GGTS 带有 grails 2.4.2,它失败了。
我知道一些人对 2.4.x 有问题,所以决定坚持使用 2.3。
所以我下载了 2.3.11(最新的 2.3)并创建了一个指向 2.3.11 目录的 GRAILS_HOME 和指向 JDK 根目录的 JAVA_HOME。
在命令行上,我现在可以输入 grails - version 并返回 2.3.11。
我重新启动了 GGTS,删除了项目并再次创建它,添加 2.3.11 作为新的 Grails 版本,并将项目设置为使用它。
编译失败,说版本错误。很公平。但是,当我尝试使用顶部的 gree 圆形按钮(看起来像 3 个杯子)从 GGTS 启动命令行时,它会显示:
有任何想法吗?
grails - 如何从 ggts 3.6.0 升级到 ggts 3.6.1
我的项目是在 ggts 3.6.0 下生成的,它分别使用 grails 2.4.2。现在 ggts 3.6.1 已发布,我想使用 grails 2.4.3 继续 3.6.1。但是只有在我将 grails 2.4.2 添加到 grails 首选项页面时,才能使用 3.6.1,这样 ggts 才能使用 grails 2.4.2,尽管 2.4.3 在首选项页面上可用。据我所知,2.4.3 仅用于新项目。
是否有机会将 2.4.3 用于现有项目?
彼得·斯特罗曼多特蒙德,德国
grails - 使用 grails (ggts) 配置 Jboss
如何使用 GGTS 工具配置 JBOSS 以在其上部署 Grails 应用程序。
我有 Jboss 设置,但无法找到从何处以及如何添加新服务器并部署我的 grails WAR 和 EAR。
请通过提供合适的文档和链接来提供帮助。...:)