Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-3
-
None
-
None
-
IDEA 5.0
Description
It is currently possible to compile individual Groovy scripts by appending the "?.groovy;?.gvy;?.gy;?.gsh" patterns to the list of compilable Resource Patterns under the Project Settings > Compiler dialog.
The above was a workaround for IDEA's inability (prior to IDEA 5.0 build #3428) to enable the Compile action for non-Java classes.
GroovyJ now needs to be updated since, as of IDEA 5.0 build #3429, the Open API provides a way of registering compilable file types - see http://www.jetbrains.net/jira/browse/IDEADEV-2116 for details.