opensource software

JetGroovy

Vendor: JetBrains Inc.

Email: N/A

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

SourceCode: link

License: license url

Bugtracker page

Description:

Plugin for Groovy language support
Downloads: 62987
Rating:
Participated in rating: 32
Version Since Build Until Build File/URL Size (Kb) Date Dependency
1.6.20679. 75.7821. 75.7999. Download 4971.96. 2008-10-26 19:11:06 JavaScript, com.intellij.idea, com.intellij.idea.
1.6.19053. 75.7821. 75.7999. Download 4971.45. 2008-09-09 20:06:12 JavaScript.
1.5.17497. 75.7670. 75.7820. Download 4792.68. 2008-07-03 16:06:14 JavaScript.
1.0.14616. 75.7530. 75.7999. Download 3274.83. 2008-02-27 18:23:56 .
. .

Recent change notes:

bugfixes

Comments:

Anonymous
Rated:
2009-05-28 19:55:26
Great plugin!

If it had highlighting for instance fields, as well as static,
I'd definitely give 6 stars.
.
Anonymous
Rated:
2009-04-02 09:40:19
well done!
.
Anonymous
Rated: noRate
2009-03-23 15:48:46
.
Anonymous
Rated:
2009-03-21 09:31:26
Please fix plugins to work with grails 1.1.
I love this plugin -- its the main reason i bought a license...if someone would fix -- I'd be tremendously grateful!!
.
Anonymous
Rated:
2009-03-20 21:54:40
It is the best plugin that i have seen in my live!!
.
eRAZOR2007
Rated: noRate
2009-03-15 00:55:07
Right now the plugin is broken for any Grails 1.1 app using plugins because the external references to plugin libraries are not resolved due to the changed location of plugins. They live now in the users home directory rather than in the project directory.
.
Anonymous
Rated:
2009-03-13 03:21:35
Please support grails 1.1 properly. plugins are broken.
.
Anonymous
Rated: noRate
2009-03-12 17:18:42
please support grails1.1
.
Anonymous
Rated:
2009-03-05 01:32:07
Getting better all the time
.
gromopetr
Rated: noRate
2009-01-28 14:53:52
I've created a JIRA issue http://www.jetbrains.net/jira/browse/GRVY-2015
.
Anonymous
Rated:
2009-01-27 20:02:21
Since a few days I have the problem which was already described here earlier - I have an webapp in groovy (NOT a grails-app) which has an web-facet that should copy the output to an exploded dir, what it does but without the closure-classes.
I can see that the closure-classes are generated in the default output-dir of the app but don't get copied.

What's wrong?

Except that .. it's the best groovy-support I've seen.

Thanks
.
Anonymous
Rated: noRate
2008-11-11 21:31:02
SVN site apears down and cannot install using plugin manager, trying right now to copy it directly into the plugins folder.

Using version 7.0.4
.
Ilya Sergey
Rated: noRate
2008-10-09 01:15:39
Hello, Ragger

If you use JetGroovy plugin for IDEA 7 (Selena), you have to install Grails plugins manually from command line, and installed plugins will be detected by JetGroovy plugin.
As for Diana EAP, you can use "Run Grails Script" action (Alt+Ctrl+G) from IDEA to intall plugin or run any other Grails script from scope. In next EAP we're going to add Grails plugin manager similar to IDEA plugin manager.


WBR,
Ilya
.
Anonymous
Rated:
2008-10-09 01:00:41
Hello,

how can I install Grails-Plugins like e.g. the GWT-Plugin(http://grails.org/GWT+Plugin) inside IDEA? Or is there any other workaround?

Thanks,
Ragger
.
Anonymous
Rated:
2008-10-09 00:57:36
Hello,

how can I install the Grails-Plugins like e.g. the GWT-Plugin(grails.org/GWT+Plugin) inside IDEA? Or is there any other workaround?

Thanks,
Ragger
.
Anonymous
Rated: noRate
2008-10-02 05:53:43
Great Plugin. How do I see the ER Diagram>
.
Anonymous
Rated:
2008-09-25 21:27:06
Yup. Works great. I have a suggestion though: if you guys would have some short page of documentation about configuration, etc. - it would be a great help for future users.

If you have a Wiki or something I would be happy to help!
Konstantin
.
Ilya Sergey
Rated: noRate
2008-09-25 11:25:11
>I don't see the plugin icon there
Yes, we changed plugin configuration UI. Now you should add "Groovy" facet to all your project modules which use Groovy and set up appropriate Groovy SDK.

WBR,
Ilya
.
Anonymous
Rated: noRate
2008-09-25 03:23:45
Hello.

I've have licensed IntelliJ IDEA 7.0.4 and I've installed JetGroovy plugin 1.6.19053. I'm also have groovy installed on my system (Linux).

However, when I'm going into Setting panel to configure JetGroovy to work with my groovy setup I don't see the plugin icon there :-(
However, it seems like the plugin is installed as I can create new groovy files with proper highlighting and completion. Although, I can't run it as IDEA claims that JetGroovy isn't configured. Duh...

Could you please help in any way?
.
Ilya Sergey
Rated: noRate
2008-09-18 20:20:17
JetGroovy plugin is available with last Diana EAPs. See
http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP
.
Anonymous
Rated: noRate
2008-09-18 17:22:47
I can't find the JetGroovy plugin for Intellij 8 m1. It does not appear on the plugin list. Any suggestions?
.
Ilya Sergey
Rated: noRate
2008-09-17 11:15:18
>JetGroovy will complains class B does not override abstract method getProperty

Seems, in these classes have to be something else. I'm not able to reproduce this error. Please, describe this error, if it reproduces, with example and plugin version in our JIRA.

WBR,
Ilya
.
Anonymous
Rated: noRate
2008-09-17 01:07:31
JetGroovy plugin is now bundled to IntelliJIDEA 8, and you can get it with last IDEA EAP.
.
Anonymous
Rated: noRate
2008-09-16 00:24:50
This plugin worked great in v7.04, but was disappointed that there was not a version available for V8M1.
.
Anonymous
Rated:
2008-09-15 12:30:44
JetGroovy is the most wonderful plugin for Groovy programming.

But a bug of JetGroovy disturbs me for a long :(

The senario is mentioned as follows:
class A extends class B, when I modify class B, I have to modify class A as well to satisfy the JetGroovy, otherwise JetGroovy will complains class B does not override abstract method getProperty.
(class A and class B are both written in Groovy)

I hope this bug could be fixed in the near future.

Thanks in advance!
Groovy fan.

.
Anonymous
Rated: noRate
2008-09-05 23:54:29
It's enabled by default among other bundled plugins. If you use IDEA 7.0.4, download appropriate JetGroovy version.
.
Anonymous
Rated: noRate
2008-09-05 11:44:50
How can I enable CSS plugin?
.
Ilya Sergey
Rated: noRate
2008-09-04 01:14:42
Hello.
As you can see "since" and "until" values in table above bound your IDEA versions fo different plugin version. For IDEA 7.0.4 you should use last builds of JetGroovy 1.6, whereas 2.0.x versions are for IDEA 8 EAP.
For such questions it would be better to use our forum.

With best regrds,
Ilya
.
Anonymous
Rated: noRate
2008-09-03 23:49:53
I downloaded and installed version 2. I am running version 7.0.4 of the Intellij IDEA.
If I download one of the earlier versions would that work? Or how do I enable the CSS?
.
Ilya Sergey
Rated: noRate
2008-09-03 16:31:41
What version of JetGroovy do you use? Since recent versions for Diana (IDEA 8) it depemdc on CSS plugin, so it will not work if CSS plugin disabled.
.
Anonymous
Rated: noRate
2008-09-03 05:55:00
I installed the jet.groovy zip file to the plugins folder however with I try to check the jet groovy in the plugins manager I get a com.intellij.css is disabled and it will not enable the jet.groovy plugin, any suggestions.
.
Ilya Sergey
Rated: noRate
2008-08-28 21:03:39
Herb,

From version 1.6 of JetGroovy plugin all Groovy and Grails settings were moved to appropriate facets, which attach to modules using Groovy or Grails, or detected automatically.
.
Anonymous
Rated: noRate
2008-08-28 20:59:15
Looking to see if someone can help me with a problem with the JetGroovy plugin install.

I have the evaluation version of IDEA (7.0.4)

1) Went to Setting->Plugins and selected the Available TAB.

2) Installed JetGroovy (1.6.18808)download seem to install correctly.

3) JetGroovy is showing up in the Installed TAB

4) Exited Plugins which forced a restart of the IDE.

5) Restarted the IDE and went to 'Settings'

My understanding is that I should now see a selection for 'Groovy and Grails' which is where I would go to setup my paths. I am not getting this selection.

Any ideas

Thanks
Herb

.
Ilya Sergey
Rated: noRate
2008-08-11 00:29:33
Hello, Sérgio.

Your problems may have multiple causes. Firstly, you don't need InspectionsGroovy plugin if you'll download one of last JetGroovy versions - all these inspections are included in them. Secondly, it seems, that you tried to install JetGroovy version, which is not compatible with your IDEA build. Please, send us a letter or use our forum to get more help.

With best regards,
Ilya
.
Anonymous
Rated: noRate
2008-08-08 21:58:05
Hey guys,

I'm trying to install this plugin, but I get error at IDEA 7.0 .

First I tried to add InspectionGroovy and a error message appears "The plugin you want to install requires other plugin(org.intellij.groovy)" which have to be installed as well."
And after done download, this message: "Plugin org.intellij.groovy was not installed: the name of file sintax, folder or volumn name is invalid." .
In this case I used Plugin manager , a feature of IDEA.
Afterwards, I tried to do that in manual way, but I didn't get sucess!
I tried to add plugins to plugin folder on directory and I have "InspectionGroovy disabled" and "JetGroovy incorret" on bundled plugins list. I dowloaded theses plugin on oficial site.
So, who could help me to install these plugins and set?

Keep in touch!

Cheers.
Sérgio Teixeira.
.
Ilya Sergey
Rated: noRate
2008-08-08 18:37:54
Hello, Ruben.

Sorry, but your IDEA version is too old. Please, update it at leas up to 7.0.3 version http://www.jetbrains.com/idea/download/release_notes703.html . Also you can see version bounds for necessary IDEA builds on this page in a table together with plugin versions.
.
Anonymous
Rated:
2008-08-08 18:12:14
Hi folks.

I'm trying to install JetGroovy plugin but I've tried to find it on "Plugin manager" and it doesn't appear on the list. I've tried to unzip the plugin into the "plugins" path but it doesn't work too.
I'm using IntelliJ 7.0 build 7361. Any help will be appreciated.
Thanks!

Reuben Castro
.
Dmitry Krasilschikov
Rated: noRate
2008-07-10 18:28:41
It looks like you try to create new class/script not from source root or groovy/grails wasn't configured properly.
.
Anonymous
Rated: noRate
2008-07-07 11:26:52
No Groovy class/script available in menu "New" since last update while Grails submenu is there.

How can I add new Groovy class to my project now?

Regards
.
Anonymous
Rated:
2008-06-28 07:56:20
.
Anonymous
Rated:
2008-05-25 15:37:17
AWESOME!
.
arden
Rated: noRate
2008-05-11 07:53:28
本插件生成的domain域模型图只有关联的对象属性,没有普通的字段属性,这样很不方便,能否同时也把普通的属性在模型图里显示出来。
.
arden
Rated: noRate
2008-05-04 21:45:18
这个插件对领域模型的动态查询方法没有代码助手的功能,写代码时不会自动弹出那些动态查询方法揭示。
.
arden
Rated: noRate
2008-05-03 06:47:56
如果我把idea设置成utf8编码格式的时候,groovy文件里如果有中文就无法编译。
.
Evgueny Vigdorchik
Rated: noRate
2008-04-17 15:49:13
This is a well-known problem that Grails does notstart if you have a class whose name differs from file name. This has nothing to do with JetGroovy at all.
.
rvowles
Rated:
2008-04-17 04:07:47
I have just upgraded to 1.5.15683 (latest?) and can no longer run my Grails app. It starts the Jetty server, then suddenly outputs that groovyc is compiling classes (random #, 1 or 2 usually) and then restarts the application. Makes it unusable *sigh*
.
Ilya Sergey
Rated: noRate
2008-04-09 17:04:06
Packaging support for Grails taglibs added. Enjoy. :)
.
Anonymous
Rated: noRate
2008-04-08 12:11:18
Lots of very nice and useful features, but the lack
of package support is a no go for me.
I have too many domain classes to have all of them
at the default level.

For example, the RichUI grails plugin uses also packages, and therefore is not supported (tags no recognized in GSP)

Just add this package support, and I'll move to idea :-)

regards
.
leifashley
Rated: noRate
2008-04-02 15:34:18
I figured out the pattern to this problem.

I have:
groovy (source folder)
java (source folder)
test (test folder)

Running/debugging java under the test folder will throw the security exception. However if I move my test class to a test package under java, then it works fine.
.
leifashley
Rated: noRate
2008-04-02 14:57:08
I just upgraded to the latest plugin version in IDEA, and now I get:

Prohibited package name: java

... when trying to run/debug anything. We have a groovy source dir and a separate java source dir. I am trying to debug classes on the java side.

Any ideas?
.
Anonymous
Rated: noRate
2008-04-02 14:56:06
I just upgraded to the latest plugin version in IDEA, and now I get:

Prohibited package name: java

... when trying to run/debug anything. We have a groovy source dir and a separate java source dir. I am trying to debug classes on the java side.

Any ideas?
.
Ilya Sergey
Rated: noRate
2008-02-28 17:28:41
Make sure that your Grails application module depends of GRAILS global library and *.gsp files are placed under 'grails-app/views' or 'web-app' folders.
.
Anonymous
Rated: noRate
2008-02-28 03:56:04
Have just upgraded to 14616 and grails 1.0, all grails tags cannot be resolved... Please advise what to do?
.
Anonymous
Rated: noRate
2008-02-20 13:08:05
Found out more: The Closure-Problem appears in a web-app. The WAR seems to be updated, the exploded version is not.
.
Anonymous
Rated: noRate
2008-02-20 13:03:57
The Plug-In (latest version) omits the Closure-Classes when they have changed and rebuilds only the surrounding class. I have to delete the old versions of the closures and then hit make to get a new version. This makes builders senseless

I'm testing IntelliJ Idea right now and the combined Java/Groovy compiler is the only point that makes it a must-have for me.

If the JetGroovy plug-in works flawless I'll rate it a six :)...
.
Anonymous
Rated: noRate
2008-02-18 16:23:41
Please update your IntelliJ IDEA as well as jetgroovy - you seems to have a really old version. Sorry for inconvenience.
.
Anonymous
Rated: noRate
2008-02-16 17:15:31
Backspace key does not work for me...

See the following stacktrace:

Error during dispatching of java.awt.event.KeyEvent[KEY_TYPED,keyCode=0,keyText=Unknown keyCode: 0x0,keyChar='"',
modifiers=Shift,extModifiers=Shift,keyLocation=KEY_LOCATION_UNKNOWN] on
com.intellij.openapi.editor.impl.EditorComponentImpl
[,0,0,853x590,alignmentX=0.0,alignmentY=0.0,border=,
flags=50331648,maximumSize=,minimumSize=,preferredSize=]:
org.jetbrains.plugins.groovy.lang.editor.GroovyQuoteHandler.
isOpeningQuote(Lcom/intellij/openapi/editor/highlighter/HighlighterIterator;I)Z
java.lang.AbstractMethodError: org.jetbrains.plugins.groovy.lang.editor.GroovyQuoteHandler.
isOpeningQuote(Lcom/intellij/openapi/editor/highlighter/HighlighterIterator;I)Z
at com.intellij.codeInsight.editorActions.TypedHandler.b(TypedHandler.java:386)
at com.intellij.codeInsight.editorActions.TypedHandler.a(TypedHandler.java:285)
at com.intellij.codeInsight.editorActions.TypedHandler.execute(TypedHandler.java:58)
at com.intellij.codeInsight.template.impl.TemplateManagerActions$SpaceHandler.execute
(TemplateManagerActions.java:4)
at com.intellij.codeInsight.lookup.impl.TypedHandler.execute(TypedHandler.java:28)
at com.intellij.execution.impl.ConsoleViewImpl$MyTypedHandler.execute
(ConsoleViewImpl.java:8)
at com.intellij.openapi.editor.actionSystem.TypedAction$1$1.run
(TypedAction.java:108)
at com.intellij.openapi.application.impl.ApplicationImpl$13.compute
(ApplicationImpl.java:3)
at com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormattingInside
(PostprocessReformattingAspect.java:125)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction
(ApplicationImpl.java:169)
at com.intellij.openapi.editor.actionSystem.TypedAction$1.run(TypedAction.java:103)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:9)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:93)
at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed
(TypedAction.java:121)
at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:722)
at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:782)
at com.intellij.openapi.editor.impl.EditorImpl$7.keyTyped(EditorImpl.java:7)
at java.awt.Component.processKeyEvent(Component.java:5993)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2799)
at java.awt.Component.processEvent(Component.java:5815)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4410)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent
(DefaultKeyboardFocusManager.java:697)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent
(DefaultKeyboardFocusManager.java:962)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions
(DefaultKeyboardFocusManager.java:834)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent
(DefaultKeyboardFocusManager.java:661)
at java.awt.Component.dispatchEventImpl(Component.java:4282)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Window.dispatchEventImpl(Window.java:2429)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:10)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:35)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
at java.awt.EventDispatchThread.pumpOneEventForFilters
(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter
(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)



java.lang.AbstractMethodError: org.jetbrains.plugins.groovy.lang.editor.GroovyQuoteHandler.
isOpeningQuote(Lcom/intellij/openapi/editor/highlighter/HighlighterIterator;I)Z
at com.intellij.codeInsight.editorActions.TypedHandler.b(TypedHandler.java:386)
at com.intellij.codeInsight.editorActions.TypedHandler.a(TypedHandler.java:285)
at com.intellij.codeInsight.editorActions.TypedHandler.execute(TypedHandler.java:58)
at com.intellij.codeInsight.template.impl.TemplateManagerActions$SpaceHandler.execute
(TemplateManagerActions.java:4)
at com.intellij.codeInsight.lookup.impl.TypedHandler.execute(TypedHandler.java:28)
at com.intellij.execution.impl.ConsoleViewImpl$MyTypedHandler.execute
(ConsoleViewImpl.java:8)
at com.intellij.openapi.editor.actionSystem.TypedAction$1$1.run
(TypedAction.java:108)
at com.intellij.openapi.application.impl.ApplicationImpl$13.compute
(ApplicationImpl.java:3)
at com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormattingInside
(PostprocessReformattingAspect.java:125)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction
(ApplicationImpl.java:169)
at com.intellij.openapi.editor.actionSystem.TypedAction$1.run
(TypedAction.java:103)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:9)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:93)
at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed
(TypedAction.java:121)
at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:722)
at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:782)
at com.intellij.openapi.editor.impl.EditorImpl$7.keyTyped(EditorImpl.java:7)
at java.awt.Component.processKeyEvent(Component.java:5993)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2799)
at java.awt.Component.processEvent(Component.java:5815)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4410)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.KeyboardFocusManager.redispatchEvent
(KeyboardFocusManager.java:1848)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent
(DefaultKeyboardFocusManager.java:697)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent
(DefaultKeyboardFocusManager.java:962)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions
(DefaultKeyboardFocusManager.java:834)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent
(DefaultKeyboardFocusManager.java:661)
at java.awt.Component.dispatchEventImpl(Component.java:4282)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Window.dispatchEventImpl(Window.java:2429)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:10)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:35)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
.
Anonymous
Rated:
2008-02-01 08:40:26
i love it
.
Anonymous
Rated:
2008-01-25 00:26:04
Improvement suggestions:
- Integrated CLI for executing specialized grails commands, such as installing plugins etc.
- UML to Grails, using sth. like Geogia http://geogia.googlecode.com/svn/trunk/main/src/java/templates/
- Support for packaging/grouping of domain classes, views and controllers!
- Enable multi creation of Views and Controllers from Domain classes, using screen with checkbox for each DC.
- Multi delete of Controllers and Views and option to auto-delete DC they are logically linked to (name by convention)
Creation of new DCs directly in ER diagram
- ER -> UML diagram
- code assist for special keywords such as "hasMany, belongsTo" etc.
.
Anonymous
Rated: noRate
2008-01-06 10:30:09
Debugger throws up when I have a class with a closure, leastways if the closure is longer than one line. I don't mean that the debugger doesn't step through the closure, I mean it doesn't enter the class with a "disconnected from the target" error.

That's ok. How uses closures anyway?
.
Anonymous
Rated: noRate
2008-01-06 10:17:56
"JetGroovy makes Groovy and Grails a breath!."

That's some bad breath, as of now. Laforge, I know you want the plugin to succeed-- I do too. But shouldn't you hold the accolades until the plugin manages to stumble past the unholy embarrasment stage?
.
Evgueny Vigdorchik
Rated: noRate
2008-01-05 13:14:03
There is a forum dedicated to JetGroovy where all the discussion should be made:
http://www.intellij.net/forums/forum.jspa?forumID=74
.
jmelzer
Rated: noRate
2008-01-05 12:28:47
Hello

where can I find the documentation?
Do you support grails plugins?
Another good thing will be to support grails unit tests, not only with run testapp (very slow)
.
jashatton
Rated:
2008-01-04 06:54:50
I have the latest version from 1/3/2008 and I am not able to run the application. I am also getting an error when generating the application. There are parsing errors occurring when trying to edit a domain object. I have found a bug before and posted it to JIRA and it wasn't fixed. The developer marked it as a non-issue. I question the quality of this plugin. I want it to work really I do because I prefer IntelliJ over Eclipse but, for now I am going back to using Eclipse because it supports Grails and Groovy far better. One more thing Jetbrains if you are reading this I bought 7.0 because I was hoping Groovy support would be better, as it was sold. Please guys get this thing working.
.
arden
Rated: noRate
2007-12-29 04:45:32
Grails的GROM的动态查找方法等的代码助理都调不出来。
.
Anonymous
Rated: noRate
2007-12-27 06:18:14
I have version 1.0.12 installed, but i don't see it anymore! How can I get it?
Thanks
.
Evgueny Vigdorchik
Rated: noRate
2007-12-22 22:04:24
Nope, this is an issue with JetGroovy. We'll fix it, thank you for pointing out.
.
Anonymous
Rated:
2007-12-22 19:40:50
Problem with enum. In java class I have code:

for(Enum en:AnyGroovyEnum.class.getEnumConstants()){
// do something with en
}

editor reports bad class - "found AnyGroovyEnum
required java.lang.Enum". Program nevertherless works ok. Maybe it is rather IDE than Groovy plugin bug?
.
Anonymous
Rated: noRate
2007-12-20 22:38:16
Can you see this class with Ctrl-N?
.
Anonymous
Rated: noRate
2007-12-20 19:05:37
I tried to compile a simple groovy script and got a NoClassDefFoundException: org.codehaus.groovy.control.CompilerConfiguration.
But I have all necessary jar files from groovy as global library included. what am I doing wrong?
.
Anonymous
Rated:
2007-12-05 17:52:49
Just Great!
.
davejcherry
Rated:
2007-12-04 20:30:07
Great plugin, keep up the good work
.
Anonymous
Rated:
2007-11-09 17:24:54
.
Anonymous
Rated:
2007-10-22 12:47:44
Superb Groovy support.
.
Anonymous
Rated: noRate
2007-10-21 20:38:16
You seem to not have set up your Java SDK where the String class is actualy defined.
.
Anonymous
Rated: noRate
2007-10-20 07:02:10
so just tried out IntelliJ IDEA for the Grails support - 7.0 with the latest JetGroovy (10/19)
and with creating my first class I got "cannot find symbol 'String'"

Is there some config or something I am missing? This is a really basic Groovy feature to know about these imports.
.
indanapt@yahoo.com
Rated:
2007-10-03 19:08:41
I get an exception with the newest using M2 on windows. I installed it manually as the plugin that is downloaded via the manager appeared to be older. Any help? With the old er plugin breakpoints did not work. Or I couldn't get them to work.

2007-10-03 07:53:48,977 [ 37917] ERROR - s.impl.FileTemplateManagerImpl - Cannot find file by URL: jar:file:/C:/Documents and Settings/jgortatowsky/.IntelliJIdea70/config/plugins/Groovy/lib/Groovy.jar!/fileTemplates
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:48)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.a
(FileTemplateManagerImpl.java:343)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.g
(FileTemplateManagerImpl.java:276)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.f
(FileTemplateManagerImpl.java:396)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.b
(FileTemplateManagerImpl.java:352)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.access$200
(FileTemplateManagerImpl.java:232)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl$2.run
(FileTemplateManagerImpl.java)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction
(ApplicationImpl.java:180)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.a
(FileTemplateManagerImpl.java:433)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.getAllTemplates
(FileTemplateManagerImpl.java:335)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.writeExternal
(FileTemplateManage
.
Anonymous
Rated:
2007-09-29 17:21:35
Thanks a lot for the wonderful plugin!
.
Anonymous
Rated: noRate
2007-09-15 17:01:54
com/intellij/psi/PsiClassOwner [Plugin: org.intellij.groovy]
com.intellij.diagnostic.PluginException: com/intellij/psi/PsiClassOwner [Plugin: org.intellij.groovy]
at com.intellij.openapi.components.impl.
ComponentManagerImpl$ComponentsRegistry.a(ComponentManagerImpl.java:63)
at com.intellij.openapi.components.impl.
ComponentManagerImpl$ComponentsRegistry.a(ComponentManagerImpl.java:51)
at com.intellij.openapi.components.impl.
ComponentManagerImpl$ComponentsRegistry.access$100(ComponentManagerImpl.java:37)
at com.intellij.openapi.components.impl.
ComponentManagerImpl.a(ComponentManagerImpl.java:130)
at com.intellij.openapi.components.impl.
ComponentManagerImpl.initComponents(ComponentManagerImpl.java:9)
at com.intellij.openapi.components.impl.
ComponentManagerImpl.init(ComponentManagerImpl.java:10)
at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:31)
at com.intellij.openapi.components.impl.stores.
ProjectStoreImpl.loadProject(ProjectStoreImpl.java:113)
at com.intellij.openapi.project.impl.
ProjectManagerImpl.a(ProjectManagerImpl.java:210)
at com.intellij.openapi.project.impl.
ProjectManagerImpl.access$100(ProjectManagerImpl.java:198)
at com.intellij.openapi.project.impl.
ProjectManagerImpl$6.run(ProjectManagerImpl.java:9)
at com.intellij.openapi.progress.impl.
ProgressManagerImpl$2.run(ProgressManagerImpl.java:1)
at com.intellij.openapi.progress.impl.
ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:73)
at com.intellij.openapi.progress.impl.
ProgressManagerImpl.runProcess(ProgressManagerImpl.java:32)
at com.intellij.openapi.application.impl.
ApplicationImpl$7$1.run(ApplicationImpl.java:13)
at com.intellij.openapi.application.impl.
ApplicationImpl$5.run(ApplicationImpl.java:1)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.
runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.
run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
at com.intellij.openapi.application.impl.
ApplicationImpl$1$1.run(ApplicationImpl.java)
Caused by: java.lang.NoClassDefFoundError: com/intellij/psi/PsiClassOwner
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.lang.ClassLoader.defineClass(ClassLoader.java:465)
at com.intellij.util.lang.UrlClassLoader._defineClass
(UrlClassLoader.java:116)
at com.intellij.util.lang.UrlClassLoader.defineClass
(UrlClassLoader.java:112)
at com.intellij.util.lang.UrlClassLoader._findClass
(UrlClassLoader.java:88)
at com.intellij.ide.plugins.cl.PluginClassLoader._loadClass
(PluginClassLoader.java:43)
at com.intellij.util.lang.UrlClassLoader.loadClass
(UrlClassLoader.java:64)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal
(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at com.intellij.openapi.components.impl.
ComponentManagerImpl$ComponentsRegistry.a(ComponentManagerImpl.java:44)
... 22 more
.
Anonymous
Rated:
2007-09-12 22:36:33
Throws an exception with 7.0M2 and renders the IDE useless :(
.
Anonymous
Rated:
2007-09-01 19:27:45
.
Anonymous
Rated:
2007-08-29 17:02:18
Good job!
.
Anonymous
Rated:
2007-08-20 23:21:00
This is great - simultaneous Java and Groovy code mix capability. Just what I needed. I was struggling with eclipse in this regard. We ordered your IDE on comments that this kind of support was coming. Very glad we did! I was excited with Ruby but there was always a slight disjoin with Java. Came across Groovy and saw the elegant synergy. IDEA makes them even more complimentary at build time.
.
Anonymous
Rated:
2007-08-15 11:59:06
Just fantastic! So slick.
.
Anonymous
Rated:
2007-08-14 18:54:51
Отлично! Доволен как слон!
.
GuillaumeLaforge
Rated:
2007-08-14 09:45:31
JetGroovy makes Groovy and Grails a breath!
.