Christophe Porteneuve ha scritto: > Hey Alessandro, > > That's odd. I have Ruby 1.8.6 and Rake 0.7.3 and can rake dist the > trunk with no trouble... > > I had to comment rows 100>102 in test/lib/jstest.rb to make it work.
The commented code belongs to class KonquerorBrowser, and failed because the ENV['HOME'] parameter is null. @@configDir = File.join(ENV['HOME'], '.kde', 'share', 'config') @@globalConfig = File.join(@@configDir, 'kdeglobals') @@konquerorConfig = File.join(@@configDir, 'konquerorrc') As i'm raking with an XP box, this code should be probably skipped. ... do I miss any rake argument or this case isn't handled yet? Sorry I couldn't provide a patch, i'm just too new to Ruby. Alessandro --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
