Hi,

I want to debug (i.e., run step-by-step) buildr, but it seems I'm
missing something important. Will you tell me how to do it?

Here's what I tried.

<code>
require 'rubygems'
load File.join(File.dirname(__FILE__), '../../lib/buildr.rb')

load File.join(File.dirname(__FILE__), 'buildfile')

task('simple_java_project:package').invoke
</code>

Although I can step through the Project.define method when 'buildfile'
is loaded, nothing happens afterwards. The jar package is not created.

Regards.

Lacton

Reply via email to