[Cruisecontrolrb-users] xml_simple errors? / Rails 2?
Chad Woolley
thewoolleyman at gmail.com
Thu Jan 24 00:31:06 EST 2008
try requiring 'xmlsimple':
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'xmlsimple'
=> true
This is with the latest 1.0.11 xml-simple gem. Did you find a require
of 'xml_simple' in the ccrb source? That did not work for me,
xmlsimple is the only file I see in the gem.
On Jan 23, 2008 5:59 PM, Giles Bowkett <gilesb at gmail.com> wrote:
> Hi all - trying to set up Cruise Control with Rails 2. It ran just
> fine when I was on 1.2.5 not long ago but it's going nuts now. It
> might not be a compatibility issue; I'm using it in an enterprisey
> setting with a lot of confusing custom config.
>
> I'm getting a LoadError on 'xml_simple' from the Subversion log
> parser. I installed the gem and I get the same LoadError if I go in
> IRB and do:
>
> require 'rubygems'
> require 'xml_simple'
>
> But I don't see anywhere else it would be in the dir structure and it
> sure seems like requiring the gem would be the logical choice.
>
> --
> Giles Bowkett
>
> Podcast: http://hollywoodgrit.blogspot.com
> Blog: http://gilesbowkett.blogspot.com
> Portfolio: http://www.gilesgoatboy.org
> Tumblelog: http://giles.tumblr.com
> _______________________________________________
> Cruisecontrolrb-users mailing list
> Cruisecontrolrb-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
>
More information about the Cruisecontrolrb-users
mailing list