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

Grails not working in GGTS 3.6.4

I have downloaded the GGTS 3.6.4 from https://spring.io/tools/ggts/all . for Windows 64 bit version . I tried creating a sample Grails project. But i'm getting the below error. Java JDK 1.8_40 is configured in my machine. Error creating grails…
1
vote
0 answers

GGTS IDE complains unable to resolve plugin classes but the application compiles and runs without issues

GGTS IDE complains unable to resolve plugin classes when importing but the application compiles and runs without issues. Could someone please help resolve this error e.g. : When using grails jms plugin and defining the Queue annotation import…
Alice
  • 271
  • 2
  • 12
1
vote
2 answers

WAR name based on Environment in BuildConfig.groovy

I want to name my WAR files automatically depending on appName, appVersion and the short name of Environment.current. I have the following option setup in BuildConfig.groovy: String currentEnvShortName = Environment.envNameMappings.find{it.value ==…
nst1nctz
  • 333
  • 3
  • 23
1
vote
2 answers

Cannot configure Grails 3.0.4 in GGTS, Grails installed using GVM

I have installed GGTS 3.6.4 and also Groovy & Grails using GVM on my MAC OS. In GGTS, Preferences - Configure Grails Installation - Add, I want to add the latest grails installed by GVM in /Users/user/.gvm/grails/current I have also enabled the…
Tejaswee
  • 31
  • 6
1
vote
1 answer

Missing dependency spring-test-3.1.2.RELEASE.zip in Groovy 1.8 with Grails 2.1.1

I am using Grails 2.1.1 for developing some of the applications. This is an older version. Recently I have changed my machine and after setting up everything, while compiling the grails project, it gives the following error: $ grails clean |…
Rupendra
  • 608
  • 2
  • 11
  • 42
1
vote
1 answer

Mapping one-to-many Relationship in GGTS

I'm new and self learning, so please bear with me... I've racked my brain for days on this error I'm getting when trying to map a one-to-many relationship between my Personnel class and my Probdata class in GGTS. Here are some code snippets: package…
JuniperSquared
  • 143
  • 1
  • 12
1
vote
0 answers

Maven Grails Project won't run (using GGTS)

I imported a project to the Groovy/Grails Tool Suite and when I run my project on and click "Run As: Run on Server" I get a 404 error. Additionally, a separate issue is the debug not seeing the source correctly when stopped at a breakpoint when…
1
vote
1 answer

Grails 3.0.2 missing generate-views

I'm new to grails and I'm trying to get my first HelloWorld from it. I can generate it with the controller, but I can't create a view because it isn't listed in the Grails (3.0.2) list of command. Because any IDE support grails 3.*, I can't create…
Emmurd
  • 67
  • 1
  • 8
1
vote
1 answer

Cannot find configuration VisualVM in GGTS

Is there a way to use VisualVM when running a Grails application in Groovy-Grails Tool Suite? I have already installed VisualVM Eclipse plugin but cannot find where to configure this.
1
vote
1 answer

GGTS 3.6.4 (OSX 64 bit) error - System property http.nonProxyHosts has been set to local

I am running Groovy/Grails Tool Suite 3.6.4 IDE on a macbook pro running Yosemite (10.10.3), with Java8. At launch I get an error "System property http.nonProxyHosts has been set to local|.local|169.254/16|.169.254/16 by an external source. This…
Steven Lacher
  • 273
  • 1
  • 2
  • 10
1
vote
2 answers

Errors when upgrading a Grails Project Groovy\Grails Tool Suite

I'm trying to run a Grails Application from the Grails In Action website. I've imported the 'hubbub' project into the GGTS app and have encountered build errors. The project was originally built with Grails 2.3.7 whereas I have version 2.4.4 on my…
CSharp
  • 1,396
  • 1
  • 18
  • 41
1
vote
1 answer

how can I make .gitignore work?

I'm using grails, ggts and generated my .gitignore file by integrate-with --git it contains a line /target/ which I think should exclude target contents especially the generated war-file from versioning. But all target contents is…
user3647093
  • 363
  • 1
  • 6
  • 17
1
vote
0 answers

Grails Plugins installation fails from remote grails repositories

Since a couple of days I cannot install any Grails plugin anymore if it is not already existing locally in the local maven repositories or ivy-cache. E.g. for the plugin called "plugin-config" when trying to install I get the message: module not…
hawkpatrick
  • 381
  • 4
  • 10
1
vote
2 answers

Eclipse GGTS Debugger will not stop on breakpoints for Groovy code

I am trying to debug a groovy project using debug as Groovy Script, but Eclipse is not stopping on the line. I have set a breakpoint on line 2, restarted Eclipse, cleaned and "Skip all Breakpoints" is not checked. This is the code, and it does…
scottrudy
  • 1,633
  • 1
  • 14
  • 24
1
vote
2 answers

Unresolved dependecies when changing from Grails 2.1.1 to Grails 2.4.4

I have imported a project in Eclipse (GGTS) based on Grails 2.1.1 and need to update it to version 2.4.4. I am using Windows 7 with a 32 bit-Eclipse version (Kepler). When checking the dependencies, I am getting the following errors: Starting…
Tron
  • 59
  • 2
  • 12