Is anyone using windows server 2008 for ruby / ironruby? I am trying to run rake rspec and get an error when it gets to the summary:
Q:\ironruby>rake rspec (in Q:/ironruby) ./chdir_spec.rb:19: warning: conflicting chdir during another chdir block ./chdir_spec.rb:10: warning: conflicting chdir during another chdir block ./chdir_spec.rb:24: warning: conflicting chdir during another chdir block ./chdir_spec.rb:10: warning: conflicting chdir during another chdir block ./chdir_spec.rb:10: warning: conflicting chdir during another chdir block ./chdir_spec.rb:10: warning: conflicting chdir during another chdir block ./chdir_spec.rb:10: warning: conflicting chdir during another chdir block ./shared/glob.rb:6: warning: conflicting chdir during another chdir block ./shared/glob.rb:119: warning: conflicting chdir during another chdir block ./shared/glob.rb:6: warning: conflicting chdir during another chdir block ./shared/glob.rb:119: warning: conflicting chdir during another chdir block ./glob_spec.rb:10: warning: conflicting chdir during another chdir block ./glob_spec.rb:52: warning: conflicting chdir during another chdir block 499 examples, 99 failures rake aborted! Command failed with status (99): ["ruby.exe" spec_runner.rb - - summary...] Q:/ironruby/rakefile:234:in `invoke_spec' (See full trace by running task with --trace) Q:\ironruby> Thanks _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
