On 2/3/07, Peter Szinek <peter / rubyrailways.com> wrote:
> Dejan, Chris,
>
> the problem is that I did not notice anything unusual. Even the unit
> tests run.
>
> I have redirected rake > crash.txt as Chris suggested. The file contained:
>
> =====================================================================
> rake aborted!
> No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
> Rakefile.rb)
> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1822:in
> `load_rakefile'
> (See full trace by running task with --trace)
> =====================================================================
>
> when there was no Rakefile, and this:
>
> =====================================================================
> (in C:/ruby/lib/ruby/gems/1.8/gems/scrubyt-0.2.0)
> Loaded suite
> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader
> Started
>
> Finished in 0.609 seconds.
>
> 17 tests, 148 assertions, 0 failures, 0 errors
> =====================================================================
>
> i.e. everything runs as it would under Ubuntu, the only difference is
> that the console is closed after rake finishes...
>
> Any ideas?
> Dejan, I have no idea how could I be more specific... this is all what
> happens, what should I add? I am on WinXP (+SP2), I have developed the
> stuff under Ubuntu and there everything worked fine. Here on win I just
> installed the one-click installer and that was it.
> Strange.
>
> Cheers,
> Peter

This seems related:
http://rubyforge.org/tracker/index.php?func=detail&aid=8325&group_id=167&atid=715

J.