Hi Alex,
On Oct 4, 2009, at 2:32 PM, Alex Boisvert wrote:
Alright, I've got the jruby spec failures in check now.
If anybody with a Mac has a few spare minutes today, could you run
the specs
and make sure everything passes on OS X?
I'm seeing 5 failures on OS X 10.6.1 in
"Hash ::from_java_properties". All the specs fail on the same line
with the same error:
can't coerce to char array
/Users/rsutphin/buildr/svn/trunk/lib/buildr/core/util.rb:263:in
`method_missing'
/Users/rsutphin/buildr/svn/trunk/lib/buildr/core/util.rb:263:in
`from_java_properties'
./spec/core/common_spec.rb:606:
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/example/
example_methods.rb:40:in `instance_eval'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/example/
example_methods.rb:40:in `execute'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/timeout.rb:53:in `timeout'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/example/
example_methods.rb:37:in `execute'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/example/
example_group_methods.rb:207:in `run_examples'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/example/
example_group_methods.rb:205:in `each'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/example/
example_group_methods.rb:205:in `run_examples'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/example/
example_group_methods.rb:103:in `run'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/runner/
example_group_runner.rb:23:in `run'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/runner/
example_group_runner.rb:22:in `each'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/runner/
example_group_runner.rb:22:in `run'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/runner/options.rb:
127:in `run_examples'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/lib/spec/runner/
command_line.rb:9:in `run'
/Library/Ruby/Gems/1.8/gems/rspec-1.2.8/bin/spec:4:
I attempted to send the report to the list, but it bounced (presumably
because of size) -- I'll send it directly to you, Alex.
$ uname -a
Darwin trillian 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31
22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386
$ ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]
$ java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode)
It is possible there are other failures; it looks like the spec run is
aborting as it starts "Buildr::Packaging sources".
Rhett