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
40
votes
10 answers

Incompatible JVM in GGTS (Eclipse) and JAVA 1.8

Having some problem with running a grails application in GGTS (eclipse) due to upgrade to Java 1.8. The stack starts with: Mar 05, 2015 3:51:31 PM org.springsource.loaded.jvm.JVM copyMethod SEVERE: Problems copying method. Incompatible…
Al-Punk
  • 3,531
  • 6
  • 38
  • 56
13
votes
4 answers

Grails 3.0.1 add in Eclipse show error Specified directory does not appear to be a Grails installation

When I try to install/import Grails 3.0.1 in Eclipse I get error message "Specified directory does not appear to be a Grails installation". I already have installed Groovy Compiler 2.4.3. but still get same error message. How I can install Grails…
Deepak Agrawal
  • 1,301
  • 5
  • 19
  • 43
9
votes
3 answers

Grails, GGTS Setup

I need to setup a Windows working environment for Grails. I'd like to use GGTS as an IDE but got several errors compiling a sample project. Currently I'm using jdk1.8.0_40 and Grails 2.5.0. which results in this error (but in the end the project is…
Christian
  • 821
  • 1
  • 11
  • 26
5
votes
1 answer

GGTS Classpath won't recognize folder on classpath after gradle eclipse

I'm trying to setup a Grails project in GGTS. I've generated the project and classpath files but I can't get past this error in getting the project to build: The container 'Grails Dependencies' references non existing library…
Joe W
  • 2,773
  • 15
  • 35
5
votes
2 answers

Where can I download Groovy Grails Tool Suite version 3.5.1 for Windows?

The download page at SpringSource (http://spring.io/tools/ggts/all) doesn't seem to make previous versions of GGTS available, but I want to have this version to be able to toggle between the Groovy 2.0.7 and Groovy 2.1.8 compilers. As a potential…
Bailey Moore
  • 51
  • 1
  • 2
4
votes
2 answers

unable to resolve class org.codehaus.groovy.grails.commons.ApplicationHolder

i had installed the spring security plugin in my application but now i am getting the below error unable to resolve class org.codehaus.groovy.grails.commons.ApplicationHolder
4
votes
4 answers

ggts null pointer "Retrieving available scripts"

I installed a fresh copy of GGTS on a fresh copy of windows 8 with JDK 1.7 installed. I tried to get it to compile my existing project which was based on 2.3.6 and it failed miserably as GGTS comes with grails 2.4.2. I know serveral people who had…
John Little
  • 10,707
  • 19
  • 86
  • 158
4
votes
0 answers

Grails: java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.grails.io.support.PathMatchingResourcePatternResolver

When I'm, trying to create and execute new project in GGTS using grails 2.3.8 I have this issue: Loading Grails 2.3.8 Error | java.lang.NoClassDefFoundError: Could not initialize…
G dangi
  • 188
  • 7
  • 19
3
votes
0 answers

Debug Grails Application in GGTS 3.6.4, nothing happens, no error message

I'm trying to debug my grails application (grails 2.5.0) with ggts 3.6.4. It worked several times before without any problem but now just nothing happens. I rightclick the project, then Debug As Grails command Run App The console is just showing…
Christian
  • 821
  • 1
  • 11
  • 26
3
votes
2 answers

GGTS: gsp editor is not working

I'm using 3.6.4 version of GGTS. The gsp editor is not working which worked fine previously. When I first click to open the gsp file, I will get an error "Editor could not be initialized". The details are below. java.lang.LinkageError:…
Aiden Zhao
  • 564
  • 5
  • 24
3
votes
0 answers

ggts 3.6.4 does not work

the today release of ggts 3.6.4 does not work. After starting with an empty workspace and trying file, new, grailsProject ggts vanishes with no error message. same problem in ggts 3.6.2/3 I keep working with 3.6.1 I'm using ubuntu 14.4, maybe that's…
user3647093
  • 363
  • 1
  • 6
  • 17
3
votes
1 answer

g:paginate unknown tag in Grails 2.4.4

I use Grails 2.4.4, Java8 and want to use the paginate tag like this: My GGTS 3.6.3 underlines the tag and shows me that this is an unkown tag. In an older GGTS version with Grails 2.3.11 the tag works…
Michael
  • 32,527
  • 49
  • 210
  • 370
3
votes
2 answers

GGTS can't run Groovy Shell

I'm using the Groovy Grails Tool Suite to practice Groovy. I want to run a Groovy Shell, but when I create a new shell and try to run it, I get this error: Could not find $jarName on the class path. Please add it manually What does this mean, and…
AnthonyMDev
  • 1,496
  • 1
  • 13
  • 27
2
votes
1 answer

where is gradle properties file located in gradle project?

Where does the gradle.properties file located in Grails/Gradle project? I tried but not able to find it. I have build the Gradle project using command line. and what is the major purpose of that file.
Sidharth
  • 1,402
  • 2
  • 16
  • 37
2
votes
1 answer

Can't switch to Groovy 2.4 on GGTS

I followed the following guide to upgrade to grails 3.0 & Groovy 2.4 But I cannot seem to find where in eclipse (GGTS Version: 3.6.4.RELEASE) I can switch the compiler. This is the guide I've been…
bladefist
  • 148
  • 1
  • 12
1
2 3 4 5 6 7 8