Categories


Authors:
gromopetr
opensource software

Groovy Grape support

Products: IntelliJ IDEA

Vendor: JetBrains Inc.

Email: N/A

Website: http://www.jetbrains...lay/GRVY/Groovy+Home

Bugtracker page

Forum page

Description:

An intention on @Grab annotations to download the needed dependencies
Downloads: 625
Rating:
Participated in rating: 2
Version Since Build Until Build File/URL Size (Kb) Date Dependency
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:

rebrabnoj
Rated:
2010-06-29 14:55:14
Any chance of pulling down sources for dependencies where available ?
.
polesen
Rated: noRate
2010-04-20 11:49:17
But know I get a "InvocationTargetException", which is caused by a "NoClassDefFoundError" on "org.objectweb.asm.Opcodes" when I try and run the intention.

:-(

I'm running Maia 95.54.
.
polesen
Rated: noRate
2010-04-19 23:23:26
Don't know if I installed plugin correctly. I'm on a Mac, and unzipped it down in "/Applications/Maia-IU-95.54.app/plugins".

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.
.
Anonymous
Rated:
2010-04-15 16:29:13
@Grapes([
@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.
.