need documentation on how to rebuild the gem
schuyler opened this issue · 2 comments
schuyler commented
need documentation on how to rebuild the gem
schuyler commented
rake gem
fails on my system with:
rake aborted!
Don't know how to build task 'lib/ruby_debug.jar'
Tasks: TOP => gem => pkg/ruby-debug-base-0.10.4-java.gem
(See full trace by running task with --trace)
schuyler commented
I can build a jruby-debug.jar
under dist/
by moving nbbuild.xml
to build.xml
, editing nbproject.properties
to change the JRuby_trunk
property, and running ant jar
... but the rest is a mystery.