Kulgar / jira2redmine

Script for import from JIRA to redmine
31 stars 27 forks source link

Got an exception when try to import #6

Open maZahaca opened 10 years ago

maZahaca commented 10 years ago
$ rake redmine:migrate_jira RAILS_ENV=production --trace

rake aborted!
Don't know how to build task 'redmine:migrate_jira'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/task_manager.rb:49:in `[]'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/application.rb:148:in `invoke_task'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/application.rb:106:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/application.rb:106:in `each'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/application.rb:106:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/application.rb:100:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/application.rb:78:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/lib/rake/application.rb:75:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-10.1.1/bin/rake:33
/usr/bin/rake:23:in `load'
/usr/bin/rake:23
meltzow commented 10 years ago

hi, I have merged everything from another fork. hope it works now. Can you retest it?

Thx