Kudos To JetBrains and Open Source
It is absolutely great, that JetBrains has open sourced a great deal of their plugins!
Today, I installed the latest and greatest Selena EAP (early access) version of IntelliJ IDEA, to get some of the latest flex plugin features. Sadly, my ruby plugin then got turned off, as it was not built for the latest IDEA EAP.
Well, this turned out to be absolutely no problem at all. I just did this:
- Checked out ruby plugin trunk from http://svn.jetbrains.org/idea/Trunk/ruby/
- Checked plugin.xml just to discover, that trunk already was upgraded to latest EAP
- Edited build.properties
- Set JAVA_HOME to JDK6
- Executed ant
- Dropped the custom built plugin into the plugins dir
- Restarted IDEA
And I was on Rails again. A smooth proces, with no hassle.
February 29, 2008
В·
polesen В·
2 Comments
Tags: IDEA, Java, ruby В· Posted in: Tools

2 Responses
Jetbrains has just published new ruby plugin version compatible with latest EAP build.
Great, thanks!
Leave a Reply