Questions tagged [ggts]

The Groovy/Grails Tool Suite (GGTS) provides an Eclipse-powered development environment for building Groovy and Grails applications.

The Groovy/Grails Tool Suite (GGTS) provides an Eclipse-powered development environment for building Groovy and Grails applications.

https://grails.org/products/ggts

120 questions
1
vote
0 answers

Warning messages in GSP: "unknown tag"

I am having bunch of warning messages for "g:" | "asset:" etc, in my GSP files. Also, the content assist is not working in the editor. But if I manually type the code, the file executes properly while running in server. But it is very tedious to…
1
vote
0 answers

Using GGTS on Windows, can I setup the middle click button to copy and paste like that in Eclipse?

When I run Eclipse on Linux (Ubuntu), I can quickly copy and paste code using the middle click button on my mouse. Is there a way to set this up on Windows for Groovy/Grails Tool Suite (GGTS)? Thanks Edit: If it matters any, I am running Version…
An Intern
  • 25
  • 5
1
vote
1 answer

GGTS Convert to Grails fails with NoClassDefFoundError

I've imported a Grails project and am attempting to "convert it to grails". When I do this, I"m getting a NoClassDefFound on the apache commons logging package. Where do I add the jar for this? Is this in the IDE's class path, the Grails class path…
craig
  • 106
  • 1
  • 6
1
vote
1 answer

Grails plugin dependencies not available in application

Created a plugin in eclipse GGTS using Grails 2.3.8; standard plugin, no changes whatsoever, except for the following dependency (rabbitmq): //BuildConfig (plugin) plugins { compile(":rabbitmq:1.0.0") build(":release:3.0.1", …
raffian
  • 31,267
  • 26
  • 103
  • 174
1
vote
1 answer

How to create a groovy jar with eclipse/ggts?

So I create a groovy jar but I'm not able to run it. I'm using HelloWorld.groovy as an example class HelloWorld { static main(args) { println("Hello World"); } } I save it as a jar like I would with any java file via export in…
uberdwang
  • 77
  • 1
  • 8
1
vote
0 answers

Starting Groovy/Grails Tool Suite fails with internal error: `Requesting Java AST from selection`

Hello when I launch my Eclipse(Groovy/Grails Tool Suite™ (GGTS) - Spring) i get this error: An internal error occurred during: "Requesting Java AST from selection". Unresolved compilation problems: The import grails.util cannot be resolved …
Yazid
  • 108
  • 3
  • 12
1
vote
1 answer

Grails App: How to check if the data from previous run persisted

I have a grails application which I ran and persisted some data the first time. Now I want to check that database outside of the application. How can I do that? I could potentially re-run my application and check this but I am stuck as my…
NanoNi
  • 315
  • 4
  • 16
1
vote
1 answer

how to change the grails version for a project in GGTS

When you create a new project using GGTS (on windows), it gives you the option to chose the Grails version in the new project wizard. However, I chose the default 2.4.2, but my project was built on 2.3.2, and I want to change it back. I cant find…
John Little
  • 10,707
  • 19
  • 86
  • 158
1
vote
0 answers

Custom Default Template for GGTS

How to make a default custom template in GGTS (Groovy and Grails Tool Suite) for every time I create a new project?? i.e, every time I create a new project I get my custom made template rather the default Grails template. Thanks in advance
1
vote
2 answers

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…
Robin Trei
  • 91
  • 11
0
votes
0 answers

ggts breaks after installing xcode on mojave

Ggts 3.6.4 works on a fresh install of mojave ( 10.14 ) but installing xcode/Homebrew/telnet somehow makes it unusable. Mojave does not include telnet , which can be installed thru brew , requires xcode 10.3 be installed. after installing…
0
votes
0 answers

Grails :native2ascii error when i run dummy application

when i used to run the dummy application on grails in ggts(groovy&grails tool suite) its showing error like this : Error packaging application: Error occurred processing message bundles: Error starting Sun's native2ascii: (Use --stacktrace to see…
0
votes
1 answer

discord.py [mp3 @ 000001dc99bec540] Estimating duration from bitrate, this may be inaccurate

I have a problem with "[mp3 @ 000001dc99bec540] Estimating duration from bitrate, this may be inaccurate", using discord.py. Everything works (bot is speaking the text, which we tell him), but, at the end, always shows it. How can I solve it? …
0
votes
0 answers

Getting ClassCastException when hibernate tries to do dirty check after deploying to tomcat server

Appologies if i have not posted my question correctly.I have been facing a strange issue when i deploy the application into tomcat server , i am getting this strange ClassCastException Boolean can not be cast into BigDecimal at the end of .list() or…
0
votes
1 answer

GGTS 3.6.4 can't run project

I'm using GGTS 3.6.4 for Mac. When I import my project in GGTS which is running without no problems on my other MacBook GGTS shows this error message: Loading Grails 2.4.4 |Configuring classpath Error | Resolve error obtaining dependencies:…