How to compile Ruby plugin
Hi, Jetbrainers.
I am trying to compile plugin for ruby from http://svn.jetbrains.org/idea/Trunk/ruby
I am just opened it in Idea6.0 beta and try to compile but I have a lot of compile errors like this one.
"Cannot access com.intellij.psi.impl.ElementBase" file com\intellij\psi\impl\ElementBase not found.
How to solve it?
Please sign in to leave a comment.
Hello Anatol,
AP> I am trying to compile plugin for ruby from
AP> http://svn.jetbrains.org/idea/Trunk/ruby
AP>
AP> I am just opened it in Idea6.0 beta and try to compile but I have a
AP> lot of compile errors like this one.
AP>
AP> "Cannot access com.intellij.psi.impl.ElementBase" file
AP> com\intellij\psi\impl\ElementBase not found.
Add idea.jar to the classpath of the IDEA JDK.
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"