Groovygrails
Support for Groovy/Grails
Status
Status is tracked in Issuezilla:
- Open tasks
- Open bugs
- Grails project bugs/status in wiki
- Editor Features Checklist
Dependencies
- Scanning of .groovy files by Java infrastructure (so that Java editor knows about Groovy classes)
- Run File, Debug File, ...
- Java ClassPath vs. GSF ClassPath
- Execution API
- Tracked in Issue 135670
Links
- User info at wiki.netbeans.org
- Plugin info at Groovy homepage
- Plugin info at Grails homepage
- Project mailing lists
How to try
You can download it from Development Update Center or you can build it from sources. If you want to know more about working with NetBeans sources, look at HgHowTos and WorkingWithNetBeansSources. Here is small guide:
hg clone http://hg.netbeans.org/main nb_all cd nb_all ant -Dcluster.config=groovy build-nozip
