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

Grails Build Test Data plugin having AST issues with Eclipse

I didn't have this problem before but now it just appeared and I don't know how to fix it. I tried it on many different Eclipse versions but I get the same problem. Groovy:Unable to run AST transform …
Psycho Punch
  • 6,418
  • 9
  • 53
  • 86
0
votes
0 answers

Auto-select project in Grails Command dialog based on Project Explorer selection in eclipse

Is there a setting in eclipse GGTS/STS that pre-selects the project in Grails Command dialog menu, based on the selected project in Project Explorer? I've prepared this stunning visual to promote my question :-D
raffian
  • 31,267
  • 26
  • 103
  • 174
0
votes
2 answers

GGTS 3.6.2 and Grails 2.4.4 Run-App and Test-App will not work

I have recently been trying to upgrade some our projects from Grails 2.2.1 to 2.4.3/4. Using the command line, I am able to execute a run-app/test-app and everything works fine. My issue is when I attempt to do either a Run-App or a Test-App…
Chris
  • 1
  • 1
0
votes
1 answer

Groovy Grails Tool Suite: `static mapping` code block breaks syntax highlighting and content assist

When you add a static mapping code block to a grails domain class, the content assist and syntax highlighting does not work anymore for this domain class. This does not only affect the .groovy domain class file but also the rest of the…
nst1nctz
  • 333
  • 3
  • 23
0
votes
2 answers

Referencing other grails projects

I am trying to use domain classes of one grails project in other grails projects. I am using GGTS as IDE. I imported grails project containing domain classes and added it to the build path of my second project. When I try to reference any of domain…
user2889669
  • 51
  • 1
  • 7
0
votes
1 answer

Java HotSpot(TM) 1.8 exception ClassNotFoundException on debug ggts 3.6.1 grails 2.4.3

Running ggts-3.6.1.RELEASE grails-2.4.3 java_version 1.8 on run-app, I get this warning: Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 On debug as run-app, I get this error: Java…
0
votes
2 answers

Grails application Tomcat or VMware vFabric

I am pretty new to grails. I have a pre existing application I want to run. The application builds and runs correctly but I am unable to figure out the server it is using - whether the default VMware or Tomcat instance I included the tomcat plugin…
NanoNi
  • 315
  • 4
  • 16
0
votes
0 answers

Which server GGTS used for grails project deploy?

GGTS having VMWare vFabric TcServer. But I want to deploy my project on JBoss. I'm able to add new JBoss.x AS and JBoss.x Enterprise Servers in GGTS but meanwhile if I try to deploy my application on Jboss I have an error alert message "there…
0
votes
1 answer

Jboss configuration with grails (ggts)

How to configure JBOSS with GGTS tool to Deploy Grails application on it. I have Jboss setup but not able to find from where and how I can add new server and deploy my grails WAR and EAR. Please help by providing suitable documents and links. ...:)
0
votes
1 answer

How upgrade from ggts 3.6.0 to ggts 3.6.1

my project has been generated under ggts 3.6.0, which uses grails 2.4.2 respectively. Now that ggts 3.6.1 is released I want to proceed with 3.6.1 using grails 2.4.3. But using of 3.6.1 is only possible, if I add grails 2.4.2 to the grails…
user3647093
  • 363
  • 1
  • 6
  • 17
0
votes
2 answers

GGTS 3.6 Groovy:Internal groovy compiler error

I have a grails project, recently nothing compiles. in eclipse on the Problems tab I see 100 out of 300 problems, most of them are Groovy:Internal groovy compiler error. every class has a red X on it, if I add an empty line in the file and save it…
NoamRab
  • 41
  • 1
  • 7
-1
votes
1 answer

ggts won't register click or key press

i have been happily coding a grails project on ggts on mac os sierra 10.12 until a few days ago. a botched minikube install made ggts stop working. ide would start but no click or keypress would register , it was not usable. i took this opportunity…
-1
votes
2 answers

grails FAILURE: Build failed with an exception.Execution failed fro task ':boot run'

got this error while I tried to run my very first grail app..:( enter image description heregot this error while I tried to run my very first grail app..:(
-1
votes
2 answers

Grail Using GGTS on ORM / GORM

I just start using Grails with GGTS (Groovy/Grails Tool Suite) and I trying to test the Object-Relational Mapping on it. Does anyone know how it works? To write a code and be able to save it in database!? Could you give me an example on Code?…
ovoxo
  • 11
  • 4
-2
votes
2 answers

java.lang.ClassNotFoundException: com.mysql.jdbc.Driv5r

I am trying to run a grails application and after doing run-app. | Loading Grails 2.1.1 | Configuring classpath Resolving [test] dependencies... Resolving [runtime] dependencies... | Configuring classpath. | Environment set to…
Tarun Kundhiya
  • 156
  • 1
  • 9
1 2 3 4 5 6 7
8