Downloads: 625
Rating:
Participated in rating: 2
| 0.3. |
95.28. |
96.1. |
Download
|
9.76. |
2010-04-21 18:19:16 |
org.intellij.groovy, com.intellij.idea. |
| 0.2. |
95.28. |
96.1. |
Download
|
9.68. |
2010-04-20 06:08:54 |
org.intellij.groovy, com.intellij.idea. |
| 0.1. |
95.28. |
96.1. |
Download
|
9.77. |
2010-04-15 13:44:10 |
org.intellij.groovy, com.intellij.idea. |
| . |
. |
Recent change notes:
Fixed @Grab with Maven-based Groovy projects. There must be an Ivy dependency in the module classpath
Comments:
:-(
I'm running Maia 95.54.
Anyways, I got an intention "Grab the artifacts", but when I execute it pops up with "UnsupportedClassVersionError" (0 dependencies downloaded). Hugh!?
Anyways, I already had the dependencies downloaded cause I had the script run with groovy on cmdline which grab'ed the dependencies.
What I really need is for IDEA to add what's on @Grab's to the module classpath, to avoid imports being red.
@Grab('com.oracle:'),
@GrabConfig(systemClassLoader=true)
])
Any plan to add code completion for Grab value? If I input group name, then module and version should be popuped.