Hi Community,
Anyone able to build/debug Jruby as an Eclipse plugin these days?
I’ve been wrapping jruby-complete.jar as an Eclipse plugin (basically an
OSGI bundle with some extra hacks - I know that jar is a bundle on its
own.),
and using it within an RCP app.
Nowadays I need debugging into Jruby core itself (eg to track down perf
issues I mentioned here http://bit.ly/1eU0UT9 ).
For this I was using Eclipse tricks to browse in the source of the
vanilla
jruby-complete.jar… however now I want a more dynamic workflow where i
can
actually debug my changes.
I was able to compile Jruby in Eclipse so far using the M2Eclipse plugin
(noticed 2 Eclipse .project files under the tree, I picked the one under
the core)… then I was trying to convert it to a bundle/plugin project…
but this failed miserably - last one being a parse error
@version.ruby.patchlevel@, I guess this has to be replaced – but now
i’d
like to take a step back and figure things out.
So although I’ve been a happy jruby user for some time, am a newbie on
internals and building stuff, especially lost with the Maven stuff…
…any pointers, hints would be gratefully received!
many thanks.
Gergo