Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[virgo-dev] update-dependency.rb question

Hi,

I needed to bring snaps up to date and noticed that update-dependency.rb kept on failing for me.

../org.eclipse.virgo.web-server/scripts/update-dependency.rb:29: uninitialized constant FileUtils (NameError)

OSX
ruby --version
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]

Boiled it down to missing:
require 'fileutils'

in update-dependency.rb

Adding that in, solved the problem for me, but I wonder if anyone is having same issues or it is just my set-up.  I am noob in ruby.


Regards,

Dmitry



Back to the top