ActiveMessagingプラグインをインストールすると、プロセッサが作成できず、困っています。
・Ruby 1.8.6
・Rails 2.0.2
・MySQL 5.0.51a
以下のサイト等を参考にして、手順どおりに必要なものをインストール・設定しております。
http://www.infoq.com/articles/intro-active-messaging-rails
『ActiveMessaging』プラグイン導入後、generateの実行が失敗します。
今回は、processorが生成出来ず困っています。
原因や回避方法等、ご伝授頂きたく思っています。
エラーメッセージ↓↓
***********************************
>ruby script/generate processor PersistMessage
C:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependenci
es.rb:489:in `load': no such file to load -- C:/workspace/mqdepot/app/processors
/application.rb (MissingSourceFile)
from C:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_suppo
rt/dependencies.rb:489:in `load'
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
(省略)
from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re
quire'
from script/generate:3
***********************************
コメント(1件)
ActiveMessagingプラグインのインストールを統合開発環境からではなく、
コマンドで行ったところ、うまくいきました。
違いがあるのでしょうか・・・