How to add the debugger to source build

Anybody know the magic ant incantation to include its packaged gems,
like ruby-debug, in a source build?
By default a require ‘ruby-debug’
fails.
Thanks!
-r

On Jul 14, 2010, at 12:21 PM, Roger P. wrote:

Anybody know the magic ant incantation to include its packaged gems,
like ruby-debug, in a source build?
By default a require ‘ruby-debug’
fails.
Thanks!
-r

Does ‘ant install-dist-gems’ do what you want?


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

By default a require ‘ruby-debug’
Does ‘ant install-dist-gems’ do what you want?

Hmm. It doesn’t seem to, for whatever reason.