IntelliJ: Groovy/Grails added to GlobalLibraries

2008 October 16
by staticnullvoid

Steps to use Groovy/Grails in Intellij (i.e. build_request app)

1) Update C:\projects\lib_dev (make sure “Create missing directories” is checked in WinCvs)
2) Import W:\Java\Tools\IntelliJ IDEA\Settings\GlobalLibraries.jar (contains new GlobalLibraries for Groovy/Grails)

To run groovy/grails commands from the command line change “Environment Variables” to:

GRAILS_HOME     C:\projects\lib_dev\Grails\v1.0.3
GROOVY_HOME     C:\projects\lib_dev\Groovy\v1.5.6

You will need a JAVA_HOME set as well as have all 3 appended to the Path variable (i.e. %JAVA_HOME%\bin;%GROOVY_HOME%\bin;%GRAILS_HOME%\bin)

Good Overview: Docs Codehaus: Intellij idea grails integration overview

No comments yet

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS