Arpan Solanki
Arpan Solanki

Reputation: 855

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?

Upvotes: 6

Views: 2798

Answers (1)

Bruno Flávio
Bruno Flávio

Reputation: 778

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.

Upvotes: 2

Related Questions