Re: eclipse ruby plugin



coolgeng coolgeng wrote:
How to user ruby-plugin in eclipse 3.2 to build a project?

Hi,

What do you mean by "build a project" ?
Ruby is an interpreted language so, building means to compile all
classes and dependencies and it's not the situation here. You write the
code and after that, simple run it.
If you mean something like creating a gem or a package, I think you may
need to try rake.

http://rake.rubyforge.org/

Best regards,

Alin
--
Posted via http://www.ruby-forum.com/.

.