Fixed in trunk. I'm curious where you saw this command documented:
buildr -t -f buildr.buildfile package because I couldn't find it. (Maybe another case of documentation myopia) As far as I know, we don't use this method of packaging anymore. We use Gem tasks itself to package Buildr instead of using Buildr itself. (See rakelib/package.rake) alex On Wed, Nov 18, 2009 at 11:43 PM, Peter Schröder <[email protected]>wrote: > hi, > > i tried to follow the contribution-guide and then buildr buildr with > > $ buildr -t -f buildr.buildfile package > > wich failed with > > undefined method `write' for #<String:0x3f4de7ea> > > is there some gem missing?! > > see the attachment for trace > > $ jruby -v > jruby 1.4.0RC2 (ruby 1.8.7 patchlevel 174) (2009-10-21 7e77f32) (Java > HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java] > $ buildr -V > Buildr 1.4.0 (JRuby 1.4.0RC2) > > >
