On Tue, Aug 26, 2008 at 9:45 AM, Assaf Arkin <[EMAIL PROTECTED]> wrote: > On Mon, Aug 25, 2008 at 2:57 PM, lacton <[EMAIL PROTECTED]> wrote: >> I added a first draft of this task in revision 688892. >> >> It's minimalistic, but it should be enough for a first implementation >> of the incremental test run feature. > > Thanks. I rolled a change to use prerequisites instead, so you can > simply enhance Buildr.application.buildfile to add new dependencies.
Great refactoring! The implementation is much more elegant now. I like it. > A second benefit, you can find out all the build related files by > running --prereqs buildfile: > > ~/work/buildr (master) $ ruby -Ilib -Iaddon bin/buildr --prereqs buildfile > (in /Users/assaf/work/buildr, development) > buildr buildfile > build.yml > buildr.rb > tasks/test.rake Nice! > Also, found out a premature-initialization bug in ScalaTest: > https://issues.apache.org/jira/browse/BUILDR-138 :-) Lacton
