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
2
votes
0 answers

Unable to add watch expressions in eclipse

I am using Eclipse based development environment - a Groovy/Grails Tool Suite. The issue seems to be that eclipse is not able to find some JARs. And I dont understand where to put those JARs. Below are the details. I am trying to step through the…
Mahesha999
  • 22,693
  • 29
  • 116
  • 189
2
votes
1 answer

Is Grails (using GGTS & MySQL) supposed to create a database

I'm a newbie and I am trying to connect to a MySQL database, but I'm getting this error "Error 2015-07-23 07:53:55,288 [localhost-startStop-1] ERROR pool.ConnectionPool - Unable to create initial connections of pool. Message: Unknown database…
2
votes
1 answer

How do I disable Spring Dashboard on startup on GGTS?

I recently installed GGTS. It's been good so far but it's starting to annoy me how the dashboard (window) keeps showing up on start up. I checked the preferences but there's nothing there that switches it off. I attempted to uninstall the feature,…
Psycho Punch
  • 6,418
  • 9
  • 53
  • 86
2
votes
1 answer

ggts, new groovy compiler version not available to project after installing for workspace

Using GGTS 3.6.4 Just installed Groovy 2.4.1, and it shows up under Window=>Preferences; Groovy=>Compiler, and I see: "You are currently using Groovy Compiler version 2.4.1." However, when I go to Project=>Properties; Groovy Compiler, I see only…
user3117197
2
votes
1 answer

GGTS not going to groovy code line during debug

I have a problem debugging a GGTS project. When an exception is raised in a Groovy class of my project, if I click on class/line number link to go to the specific problem, I get the compiled code of my project class, instead the Groovy code. I'm…
jbr.swork
  • 87
  • 2
  • 7
2
votes
0 answers

Grails 3.0.0.M1 - GGTS and Netbeans can not import project with the gradle extension

I've just tried to import a Grails 3.0.0.M1 test project in GGTS 3.6.3 after installing the gradle integration extension. It fails. Do I need more extensions installed? Thank you! The error: Download…
rawi
  • 521
  • 3
  • 13
2
votes
0 answers

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…
Halley
  • 521
  • 10
  • 35
2
votes
3 answers

Initial data for grails application

I am developing a small grails application from a book and one of the steps it needs is to feed the database with initial data. When I do so using the GroovyConsole, the script executes but doesnt persist the data. DataSource.groovy environment…
NanoNi
  • 315
  • 4
  • 16
1
vote
1 answer

404 at GGTS download page

Looking to download GGTS (Groovy/Grails tools suite) IDE but I'm getting 404 page. https://spring.io/tools/ggts/all/ https://spring.io/tools/ggts Does someone know another place to download GGTS suite
leosouzabh
  • 63
  • 1
  • 6
1
vote
1 answer

Where do i put the build.groovy file in my grails project?

i have Searched few website online, they say to put in root folder, but i cant find any root folder in my project. i am using GGTS for my project and want to have a gradle build.
Sidharth
  • 1,402
  • 2
  • 16
  • 37
1
vote
0 answers

Missing GrailsDependencies?

I am getting the following error when importing the project into GGTS: Grails Dependencies [2.0.1] (uninitialized). I could see, the problem is similar to which is raised in one of the…
1
vote
2 answers

Unable to run Grails application using Groovy/Grails Tools Suite 3.6.4

Versions:- Grails - 3.1.7, Groovy - 2.4.6, Java - 1.8.0, Operating System - Ubuntu 16.04 LTS I'm able to create an application and run via command line interface (terminal) on ubuntu OS. But when I tried to import the same application…
Shr4N
  • 435
  • 3
  • 18
1
vote
1 answer

how to create grails project in GGTS using version 3.1.6

I am new to Grail, I have created a small project in Grails 2.4.4 using the GGTS tool, but an unable to create the same project in grails version 3.1.6. It's showing an error like the one below when I create a new poject under version…
jython123
  • 141
  • 1
  • 9
1
vote
1 answer

Import existing project into eclipse, it auto combine old version with the new one

I want to import project A to eclipse(GGTS),but I already have A which is an old version but of same name. When I use import existing project, it automatically combine two version together but I don't want this happen. I also use git so I'm not sure…
GUOJINGWEI
  • 133
  • 1
  • 7
1
vote
1 answer

Cannot run Grails application in Grails/Groovy Tool Suite 3.6

This is the error that I am getting when I try to start the application: grails console Loading Grails 2.4.4 |Configuring classpathDec 24, 2015 11:14:34 AM java.util.prefs.WindowsPreferences WARNING: Could not open/create prefs root node…
surya
  • 21
  • 3