问题标签 [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.
eclipse - 基于 Eclipse 中的 Project Explorer 选择在 Grails 命令对话框中自动选择项目
eclipse GGTS/STS 中是否有根据项目资源管理器中选择的项目在 Grails 命令对话框菜单中预先选择项目的设置?
我准备了这个令人惊叹的视觉效果来宣传我的问题:-D
maven - Grails 插件依赖项在应用程序中不可用
使用 Grails 在 eclipse GGTS 中创建了一个插件2.3.8
;标准插件,没有任何变化,除了以下依赖项(rabbitmq):
插件依赖被刷新、编译和打包,然后存储在本地 maven repo 中'myplugin:mq:0.1'
,并验证。
创建 Grails 项目,将插件添加到项目中:
依赖关系刷新成功。
问题
我无法从 rabbitmq 插件中引用 rabbitmq 库或依赖项myplugin:mq
不知道为什么应用程序没有继承依赖项,我没有使用exported = false
或任何东西来抑制插件依赖项。
试过了
我没有使用eclipse,而是切换到命令行(JDK 1.7 + 2.3.8,也尝试了2.3.7),手动清理,刷新,编译,仍然无法解析rabbitmq类:
Maven 本地部署
我已经更改了组和工件 ID:
插件包怪异
在仔细检查打包插件后,ZIP 仅包含这些文件。我怀疑这是问题,因为 rabbitmq 库丢失了,并且 plugin.xml 或插件描述符不包含对 rabbitmq 依赖项的引用,所以应用程序甚至不知道这些依赖项。但是为什么插件不包含它自己的依赖项呢?
插件描述符
eclipse - Grails Build Test Data 插件在 Eclipse 中存在 AST 问题
我以前没有这个问题,但现在它刚刚出现,我不知道如何解决它。我在许多不同的 Eclipse 版本上尝试过,但我遇到了同样的问题。
Groovy:无法运行 AST 转换 grails.buildtestdata.mixin.BuildTransformation:缺少类 grails/buildtestdata/mixin/BuildTestDataUnitTestMixin:您是否尝试在定义它的同一项目中的 AST 转换中使用 groovy 类? http://groovy.codehaus.org/Eclipse+Plugin+2.0.0+FAQ#EclipsePlugin2.0.0FAQ-Q.DoesitsupportcustomASTtransformations%3F
grails - GGTS 转换为 Grails 失败并出现 NoClassDefFoundError
我已经导入了一个 Grails 项目,并试图“将其转换为 grails”。当我这样做时,我在 apache commons 日志记录包上得到一个 NoClassDefFound。我在哪里添加这个 jar?这是在 IDE 的类路径、Grails 类路径还是应用程序的类路径中?它似乎没有在 grails-2.2.4/lib 中。这是我期望的第一个地方。这似乎使用了 Ivy,所以它应该作为依赖项出现吗?下面是我看到的错误:
ubuntu - GGTS on Ubuntu 14.04 - Cannot run Grails run-app
GGTS 3.6 is behaving very strangely on my Ubuntu. I have installed GGTS and if I start it from terminal, all is fine. I also have a desktop shortcut for my GGTS added. If I launch from the Unity launcher using my desktop shortcut, GGTS is unable to find proper Java. It is giving the below error.
Any help on this strange behaviour?
My JDK is installed at /usr/lib/jvm/java-7-oracle
I am still wondering how GGTS is picking this
--> /lib/jvm/java-7-oracle/jre/bin/java/bin/java
eclipse - 在 Windows 上使用 GGTS,我可以在 Eclipse 中设置中间单击按钮来复制和粘贴吗?
当我在 Linux (Ubuntu) 上运行 Eclipse 时,我可以使用鼠标中键快速复制和粘贴代码。有没有办法在 Windows 上为 Groovy/Grails Tool Suite (GGTS) 进行设置?谢谢
编辑:如果重要的话,我在 Eclipse Luna 4.4 上运行版本 3.6.0 RELEASE
java - Grails 命令(创建应用程序测试),更新项目测试的 grails 依赖项
我是 Grails 的新用户。我下载了 Grails 2.4.4 + SBT。我相信它已正确安装,当我尝试运行测试应用程序时,我收到以下消息(错误):
我的 Java 和 Grails 路径配置正确。
那么为什么我会收到这个错误?
添加代理设置后,我收到此错误:
谢谢!
grails - 配置 grails 代理
BuildConfig.groovy
使用此命令 在文件中添加代理配置后
我收到了这个错误:
怎么了
grails - Linux 上的 ggts 3.6.3 出了什么问题(例如代码完成损坏、编译错误)?
我下载了 GGTS 3.6.3,解压缩并在 Ubuntu 14.10 上运行它。
我尝试导入一个现有的 grails 项目,当失败时,我创建了一个新的工作区和一个新的 grails 项目(“test”),在其中我创建了一个控制器(“test”)。
基本上没有任何效果。例如,当我尝试编写类似 的简单行时import java.util.HashSet
,UI 崩溃停止并且代码完成失败,并显示:
或者当我手动输入类似import java.util.HashSet
代码的行(没有代码完成)时,我看到 eclipse 中出现了各种编译错误,stdout
例如:
但是,虽然错误出现在 Eclipse 中的单个文件中:
...没有显示所有错误的摘要视图。也就是说,eclipse的“问题”选项卡是空白的:
简而言之,我什至无法在一个新项目中完成最简单的任务,更不用说实际打开我现有的项目了。还有其他人遇到这些问题吗?
grails - 在 projectCreation 上输入项目名称后,ggts-3.6.3 消失
我们强烈建议升级到 ggts-3.6.3。我尝试这样做并安装了 groovy-grails-tool-suite-3.6.3.RELEASE-e4.4.1-linux-gtk-x86_64.tar.gz
当我尝试通过新项目创建项目时,在输入项目名称后ggts-3.6.3 从屏幕上消失,没有任何消息。
彼得