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

ggts can't create new project

i'm trying to create new project and everytime get this problem, please help me to figure out the solution ggts: ggts-3.6.4.RELEASE grails: grails-2.4.4 jdk: jdk1.8.0_40
George
  • 1
  • 2
0
votes
1 answer

Grails - Error in build config

I tried to run the generate-all myPackage.* from GGTS. It showed me a lot of errors. So i checked the problem with "test-app -unit ats.JD" And this is the issue i get. There was an error loading the BuildConfig: Bad artifact coordinates…
0
votes
1 answer

Debug on GGTS 3.6.4.RELEASE can't inspect, throw exception: ContentTypeUtils.isGroovyLikeFileName(Ljava/lang/String;)Z

I am working with GGTS Version: 3.6.4.RELEASE Build Id: 201503100339 Platform: Eclipse Luna SR1 (4.4.2) Additionally, I download and configure to use Groovy Compiler 2.4.12 and Grails 2.5.1. My problem is when I'am in debug mode and stop on a…
0
votes
2 answers

REST Client Grails Groovy unable to resolve class RestClientBuilder

I have an empty project created using GGTS, my app runs fine, I can see the views and navigate through them fine. I need con call a REST api and consume the data provided, I read and added the necessary plug in to the BuildConfig file under the…
fabian278
  • 115
  • 1
  • 1
  • 10
0
votes
1 answer

JAVA BOX SDK from Eclipse to Grails using GGTS

I am using BOX JAVA SDK and ran those functionalities in Eclipse, which worked fine. I added all the jar files I used in eclipse to GGTS. But when I add the packages to Grails (java->src->package_name), it throws an exception all the time. What else…
SRIRAM RAMACHANDRAN
  • 297
  • 3
  • 8
  • 23
0
votes
1 answer

Grails Deployment in ROOT does not load resources

First I generated a myapp.war, put it inside / webapps and I was able to access it through www.mysite.com/myapp Now I created a ROOT.war and put it above webapps, I can access through www.mysite.com, but it does not load the resources properly, css,…
0
votes
1 answer

GGTS doesnt accept newer grails version from SDKman install

I have tried to upgrade both the groovy and trails versions that come with the downloaded version of GGTS on ubuntu linux. When I point to the SDKMan versions of groovy and trails, GGTS rejects it saying they are not valid versions. Does anyone know…
ironmantis7x
  • 807
  • 2
  • 23
  • 58
0
votes
1 answer

GGTS - No Grails installation configured in the workspace preferences

I just installed Groovy/Grails Tool Suite on Ubuntu Gnome 16.04. I went to create a new Grails project and I get this error. No Grails installation configured or No Grails installation configured in the workspace preferences. depending on whether…
Andrew Pullins
  • 496
  • 1
  • 14
  • 24
0
votes
1 answer

Build Existing Grails project in Gradle?

I already have an existing Grails project in GGTS, now i want to build that project in Gradle. Any solution how to do it step by step. I have tried so may versions of online solution, but not working. I am new to Grails and Gradle.
Sidharth
  • 1,402
  • 2
  • 16
  • 37
0
votes
2 answers

Groovy Grails tool suite installation

I am trying to pick up Grails using Groovy Grails tool suite. I tried to set up the tools to play around with Grails, unfortunately this issue which will need some advise. Please help me to resolve this problem. These are the tools I had…
00Who00
  • 1
  • 2
0
votes
0 answers

ggts file search slower due to growing number of files

I am using GGTS as ide for Grails and Sproutcore, the file search function in my workspace is becoming slow, because the number of files to be searched is growing. E.g. it was 45.000 files and nowaday it is 100.000 files. How can I clean/refresh the…
fpk
  • 65
  • 7
0
votes
0 answers

Unable to load specified config location file on GGTS

When I "run on Server" my web app using ggts I get a 404 and in my console the following error: Unable to load specified config location file:./grails-app/conf/app-config.properties .\grails-app\conf\app-config.properties (Impossible to find the…
eeadev
  • 3,662
  • 8
  • 47
  • 100
0
votes
0 answers

Suddenly Grails/GGTS is unable to resolve many classes. How to solve it?

I'm using GGTS 3.6.4. I tried to include a class, as normally I do and all dependencies crash. I tried to clean the project, refresh its dependencies and re-compile, but all I have is the error below. Running the project is useless: IDE just alert…
victorf
  • 978
  • 2
  • 17
  • 35
0
votes
1 answer

Upgrading from Grails 2.x to 3.x

I am working on a Grails 2.3 project, and they ask me have to do a study to see if it is possible to pass on the 3.x version of grails. you can tell me what is it advantageous to switch to the version 3.x, and what's the best way for the update…
0
votes
0 answers

Groovy/Grails Tool Suite Problems

Recently I was using Eclipse Luna for GGTS but It was creating problems for Grails 3 or upper version. and in case of lower version it created error Like this : java.lang.NullPointerException at…
Istiak Morsalin
  • 10,621
  • 9
  • 33
  • 65