problem installing webOrb => Plugin not found: "http://themidnightcoders.net:8089/svn/weborb"

I'm trying to install weborb in my applications but it is not working as you can see:

C:\RoR\mijnapplication>ruby script/plugin install http://themidnightcoders.net:8 089/svn/weborb --force to reinstall + ./README + ./Rakefile + ./init.rb + ./install.rb + ./lib/AC_OETags.js + ./lib/InfoService.rb + ./lib/data-management-config.xml + ./lib/example.html + ./lib/example.mxml + ./lib/example.swf + ./lib/history.htm + ./lib/history.js + ./lib/history.swf + ./lib/main.html + ./lib/main.swf + ./lib/----------config.xml Plugin not found: ["http://themidnightcoders.net:8089/svn/weborb", "to", "reinst all"]

Can anybody help me please??? Thanks!

You apparently copy and pasted from somewhere. The words "to reinstall" are not part of the plugin name (even though Rails thinks it is).

It looks like weborb installed properly, so you shouldn't worry.

--Jeremy

When i try to run the server take a look what happens:

C:\RoR\mijnapplication>ruby script/server => Booting WEBrick... C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_re quire': no such file to load -- weborb/log (MissingSourceFile)         from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `re quire'         from C:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/dependencies.rb:496:in `require'         from C:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/dependencies.rb:342:in `new_constants_in'         from C:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/dependencies.rb:496:in `require'         from C:/RoR/mijnapplication/vendor/plugins/weborb/init.rb: 22:in `evaluat e_init_rb'         from C:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/rails/ plugin.rb:79:i n `evaluate_init_rb'         from C:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/core_ext/kernel/reporting.rb:11:in `silence_warnings'         from C:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/rails/ plugin.rb:75:i n `evaluate_init_rb'          ... 20 levels...         from C:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/ server.rb:3 9         from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `ge m_original_require'         from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `re quire'         from script/server:3

It seems that some files from weborb are being installed =( I tried without 'to reinstall' and it gives the same error:

C:\RoR\mijnapplication>ruby script/plugin install http://themidnightcoders.net:8 089/svn/weborb --force + ./README + ./Rakefile + ./init.rb + ./install.rb + ./lib/AC_OETags.js + ./lib/InfoService.rb + ./lib/data-management-config.xml + ./lib/example.html + ./lib/example.mxml + ./lib/example.swf + ./lib/history.htm + ./lib/history.js + ./lib/history.swf + ./lib/main.html + ./lib/main.swf + ./lib/----------config.xml Plugin not found: ["http://themidnightcoders.net:8089/svn/weborb"\]