ACTIVE_BRAC engine migration error

Hi there, I’ve installed the active_rbac engine and am following the
manual to install it. I’ve come to point 2.2.1 Installing Engines and
ActiveRBAC . When I try to execute the engines migration I get the
following error:

C:\Documents and Settings\Keegan\My Documents\Website
Work\live2move\code\L2M>rake db:migrate:engines --trace
(in C:/Documents and Settings/Keegan/My Documents/Website
Work/live2move/code/L2M)
** Invoke db:migrate:engines (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate:engines
Migrating engine ‘active_rbac’
== ImportActiveRbacSchema: migrating

rake aborted!
Invalid argument - /C:/Documents and Settings/Keegan/My
Documents/Website Work/live2move/code/L2M/C:/Documents and
Settings/Keegan/My Documents/Website
Work/live2move/code/L2M/config/…/vendor/plugins/active_rbac/db/migrate
c:/ruby/lib/ruby/1.8/pathname.rb:341:in lstat' c:/ruby/lib/ruby/1.8/pathname.rb:341:inrealpath’
C:/Documents and Settings/Keegan/My Documents/Website
Work/live2move/code/L2M/config/…/vendor/plugins/active_rbac/db/migrate/001_import_active_rbac_schema.rb:6:in
real_up' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.0/lib/active_record/migration.rb:209:inmigrate’
c:/ruby/lib/ruby/1.8/benchmark.rb:293:in measure' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.0/lib/active_record/migration.rb:209:inmigrate’
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.0/lib/active_record/migration.rb:331:in
migrate' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.0/lib/active_record/migration.rb:326:inmigrate’
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-
1.14.0/lib/active_record/migration.rb:293:in up' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.0/lib/active_record/migration.rb:284:inmigrate’
./vendor/plugins/engines/tasks/engines.rake:80
./vendor/plugins/engines/tasks/engines.rake:75
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in execute' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:inexecute’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:202:in invoke' c:/ruby/lib/ruby/1.8/thread.rb:135:insynchronize’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:195:in invoke' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:inrun’
c:/ruby/lib/ruby/gems/1.8/gems/rake- 0.7.0/lib/rake.rb:1719:in `run’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.0/bin/rake:7
c:/ruby/bin/rake.bat:25

Do you have any ideas as to what the issue is and any suggestions on how
to go about fixing it.

Thanks, Keegan.