R there any plugins for GROOVY??? 关注
hi all,
I am new to this forum. I am doing a project on Java & Groovy. I am using intelliJIDEA as my IDE for Java. I couldn't get Groovy work there. Are there any plugins for Groovy? It's very urgent. Plz help me.
tharshi.
请先登录再写评论。
n, thr rnt grooovy s nt yt fnl
tharshi wrote:
Hi tharshi, no, there is not yet a Groovy plugin. IDEA 5.0 has a
Language API that will make Groovy support possible in the future, once
Groovy stabilizes.
--
Rob Harwood
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Did you try http://groovy.codehaus.org/IntelliJIDEAPlugin ?
I'm not sure they've issued a release yet, but perhaps their sources are stable...
Rob Harwood (JetBrains) wrote:
>> hi all,
>>
>> I am new to this forum. I am doing a project on Java & Groovy. I am
>> using intelliJIDEA as my IDE for Java. I couldn't get Groovy work
>> there. Are there any plugins for Groovy? It's very urgent. Plz help me.
>> tharshi.
Arik Kfir wrote:
Oops, somehow I thought tharshi was talking about built-in support.
--
Rob Harwood
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Arik,
Thanks for passing on the link.
Work on GroovyJ, the Groovy integration for Irida, is making good progress. We're hoping to have a first public release around the Groovy JSR-2 release.
Cheers,
Franck
hi,
Thanks for your reply.Ya, if there is a built-in support, my work would be much easier.I tried that link and downloaded GroovyJ.
tharshi.
hi,
I have downloaded GroovyJ.It says it needs jdk1.5. But project only supports jdk1.4. It doesn't support jdk1.5. Any solution??
tharshi.
Tharshi,
The recent Irida builds run on JDK 1.5 and that's the version targeted by parts of the Open API and GroovyJ. So if you're trying to build GroovyJ from a CVS checkout, your JAVA_HOME (required by Ant) needs to point to JDK 1.5 installation.
Your own projects, however, can be configured to use a different version of the JDK. This won't affect the runtime environment of your IDEA installation and associated plug-in's.
Regards,
Franck
Hi, I just found out about GroovyJ and it looks really nice. However I can't get it to compile.
I'm using the latest Irida (3354) and I copied the whole IDEA dir to lib/compile/irida/
It still cant find some intellij packages.. this is what I'm getting:
Maybe the package names have changed in new EAP or something? I guess I should try with older versions.
ps. Any news about the release date?
Hi Amannis,
GroovyJ from CVS HEAD does not yet support Irida build #3354, hence the build errors.
We're hoping to have the first public release through IDEA's plug-in manager a few weeks following the forthcoming Groovy JSR-2 release.
Regards,
Franck