Im using windows and eclipse Luna. I wanted to install plugins in my grails. I didnt see where is the grails command.
Grails 3 is not supported in Eclipse. Use Intellij U edition.
For grails 2 use GGTS.
In Grails2, plugins are added in BuildConfig.groovy which resides in
**grails-app\conf** .
In Grails3, plugins are added in build.gradle file.
Right click on your project -> Grails Tools -> Grails Command Wizard / Open up Grails command prompt. Depends on what commands you want :P
Related
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 I have started typing a name for the project.
How do I configure grails?
Did you try to configure it? (if you find out that GGTS do not see Grails 3.x than try to install current elipse and add grails/groovy plugins manually)
I had Maven installed by default at my ECLIPSE MARS 2.0 . I wanted to take the latest version of M2E and i go to Help-->Install New Software--> and followed all the steps and it was installed . Now when I want to create a new project I do not anymore have the option to create a Maven project. I am really confused what is happening to my eclipse. Can anyone provide me an answer and a solution?
Remark: In my terminal when i type mvn --version the result is command not found
I want to know how to install manual a grails plugin (2.0.3 version) in STS.
I found grails plugin here http://grails.org/download
I tried to install it by cliking on Help -> Install New Software -> Clicking ‘Add’ then I had this error "Could not find jar:....grails-2.0.3.zip!"
Thanks
In STS go to Window > preferences> groovy > grails and select a grails directory for a particular version.
Also you can download the latest release and compiler from Dashboard > Extensions.
In STS go to options like Window-->Preference-->Groovy..>Grails--> then click add button locate the Grails path which you located in your system
I am going to start with GeoTools. Maven in installed correctly as cmd prompt says the version 3.0.4. But in Netbeans 6.5, Maven Category does not appear to create a new project. What should I go through now?
Please follow the link i given..it is given correct explanation about NetBeans IDE and Maven Repositories
Maven Repositories in NetBean IDE
If your system has enough resource, consider upgrading Netbeans to latest version 7.2. It has inbuilt maven plugin or the blow link may help you.
How-to: Install Maven For Netbeans 6.5.x
I am using (STS) springsource tools suite which is eclipse... with maven plugin...
this post:
Invoke "Maven Project Builder" in Eclipse on Run As -> Android Application (or manually)
suggests that there should be a maven builder in my project builders... now I cannot find it in the add menu ...
Any help is appreciated.
Thanks.
Turned out that the problem is that STS uses an old un-maintained version of the maven plugin... The new versions are supposed to have fixed that and moved to new versions...
I didn't try it yet, but that is supposed to solve it.