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
1 answer

(default package) in GGTS

I have a Grails project in GGTS and am authenticating users on an LDAP server with the Shiro security plugin. When I ran grails quick-start-shiro, the script created controllers/(default package)AuthController.groovy domain/(default…
mjswartz
  • 715
  • 1
  • 6
  • 19
0
votes
1 answer

Unable to install Groovy/Grails Tool Suite (GGTS) for Eclipse

Am trying to install Groovy/Grails Tool Suite (GGTS) for Eclipse into my Eclipse installation. version of Eclipse installed: Version: Luna Service Release 1a (4.4.1) - Windows 32-bit. When I attempt to install ggts from the eclipse marketplace…
Helen Reeves
  • 471
  • 2
  • 14
  • 26
0
votes
1 answer

Need GGTS 3.5.1 for Linux

For reasons I can't go into here, I'm in dire need of getting a copy of a Linux x86_64 GGTS release that supports Grails 2.3. I have found a 3.5.1 release for Windows on this forum but I really need the Linux 3.5.1 version.
user2581751
  • 61
  • 1
  • 2
0
votes
1 answer

Grails GGTS "Task 'assemble' not found in root project" error when running "grails war" in Command Prompt

I have been learning Groovy/Grails Tool Suite (GGTS) 3.6.4, with Grails 2.4.4 using some video tutorials. When I attempt to package the project into an application using the grails war command on the Windows command prompt, I get the following…
0
votes
1 answer

GGTS dies while trying to debug a Grails project

I am using Grails 2.4.3 with GGTS 3.6.2 on eclipse 4.4.0, on Windows 8.1 ... When asked to debug using "debug as -> run-app" it just hangs after showing following ... Loading Grails 2.4.3 Configuring classpath. Environment set to…
0
votes
1 answer

How can I remove a classpath entry from Grails dependencies in GGTS

I mistakenly added some jars to Grails dependencies using Java build path dialogue of GGTS. Now I want to remove them. But the build path dialogue offers no chance to do so.
user3647093
  • 363
  • 1
  • 6
  • 17
0
votes
1 answer

Grails code pull from Git works on all machines but one

So I'm working on a project with three other developers and we are using the Grails language and are performing our development in the Groovy Grail Tool Suite. We have been moving on at a good pace but today after one of our team members pushed her…
0
votes
1 answer

java.lang.ClassNotFoundException:org.yaml.snakeyaml.Yaml

I am using Grails 2.3.8 I am using - org.yaml.snakeyaml.Yaml class. Didn't have any issues with GGTS workspace finding the package during auto complete in the source. But when running the application I…
user1786587
  • 1
  • 1
  • 1
0
votes
1 answer

Domain class mapping: datasource not working

I have the following domain class that I need to map to a specific datasource (oracle), while all other my domain classes are mapped to the default dataSource (mysql, which works perfectly). My editor is GGTS and as you can notice "datasource"…
Danilo
  • 2,676
  • 7
  • 32
  • 36
0
votes
1 answer

Grails equivalent for Gradle Eclipse plugin?

I just cloned a Grails project to my local machine (using Mercurial). I am using GGTS for Grails projects, and would like to import the Grails project as an existing project. With a Gradle-built project, I would just apply the Gradle Eclipse plugin…
smeeb
  • 27,777
  • 57
  • 250
  • 447
0
votes
0 answers

Create new unknown method in ggts

In "regular" eclipse i'm able to press ctrl(command)-1 on an unknown method and one of the refactor suggestion would be to create it, I can't emulate this behavior in ggts, am I missing something ?
Efi MK
  • 1,022
  • 1
  • 11
  • 26
0
votes
1 answer

ggts-3.6.3 vanishes after entering project name on projectCreation

it us strongly recommended to upgrade to ggts-3.6.3. I tried to do so and installed groovy-grails-tool-suite-3.6.3.RELEASE-e4.4.1-linux-gtk-x86_64.tar.gz When I try to create a project via new, project, after entering the projectName ggts-3.6.3…
user3647093
  • 363
  • 1
  • 6
  • 17
0
votes
0 answers

What is going wrong with ggts 3.6.3 on linux (e.g. broken code completion, compile errors)?

I downloaded GGTS 3.6.3, extracted, and ran it on Ubuntu 14.10. I tried importing an existing grails project and when that failed, I created a new workspace and a new grails project ("test"), inside of which I created a single controller…
Bosh
  • 8,138
  • 11
  • 51
  • 77
0
votes
0 answers

Configuring grails proxy

after adding proxy configuration in the file BuildConfig.groovy with this command grails add-proxy client --host=192.168.1.1 --port=3128) i got this error: Problem executing: grails add-proxy toto --host=192.168.1.1 --port=3128 The command…
0
votes
1 answer

Grails command (create-app test), updating grails dependencies for project test

I am a new Grails user. I downloaded Grails 2.4.4 + SBT. I believe have installed it correctly and, when I try to run a test application, I get the following message (error): The command 'C:\Program Files\Java\jdk1.7.0_17\bin\javaw.exe (4 déc. 2014…