Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grails 3.0 support in NetBeans

I was running Grails 2.2.0 in NetBeans and it was working fine. I tried to upgrade the project to Grails 3.0 but after creating the project NetBeans is not able to open the project.

Does anyone know which plugins to install in NetBeans (if available) to make Grails 3.0 work?

like image 496
Arpan Solanki Avatar asked Apr 04 '15 00:04

Arpan Solanki


1 Answers

Just wanted to let you know that I've added initial support for grails 3 in NetBeans.

https://netbeans.org/bugzilla/show_bug.cgi?id=254405

At the moment you can get these with the latest NetBeans nightly: http://bits.netbeans.org/download/trunk/nightly/latest/

This will allow NetBeans to recognise/create projects, and the create controller/domain/etc actions working.

One important thing still missing is adding support for the gradle build files (no syntax highlighting or helpers for the gradle files), but in the meantime you may try it and report problems/improvements.

like image 91
Bruno Flávio Avatar answered Sep 21 '22 07:09

Bruno Flávio