You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do rake task , I have a warning like this:
** Execute translation:yml:to_swf
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/rake_module.rb:26: warni
ng: redundant nested repeat operator
rake aborted!
undefined method `cache' for Gem:Module
(See full trace by running task with --trace)
** Execute translation:yml:to_as_and_swf
I added trace in /rake_module.rb:26 , and saw it :
When I do rake task , I have a warning like this:
** Execute translation:yml:to_swf
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/rake_module.rb:26: warni
ng: redundant nested repeat operator
rake aborted!
undefined method `cache' for Gem:Module
(See full trace by running task with --trace)
** Execute translation:yml:to_as_and_swf
I added trace in /rake_module.rb:26 , and saw it :
** Execute translation:yml:to_swf
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/rake_module.rb:26: warni
ng: redundant nested repeat operator
C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprout-0.7.246/lib/sprout.rb:365:in
find_ge m_spec' C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprout-0.7.246/lib/sprout.rb:303:in
sprout'C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprout-0.7.246/lib/sprout.rb:504:in `sprout'
D:/Projects/city/ContryClient/rakefile.rb:7:in
<top (required)>' C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/rake_module.rb:26:in
load'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/rake_module.rb:26:in
lo ad_rakefile' C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:495:in
raw_load_rakefile'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:78:in
bl ock in load_rakefile' C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in
standard_exception_handling'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:77:in
lo ad_rakefile' C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:61:in
block in run'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in
s tandard_exception_handling' C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:59:in
run'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/bin/rake:32:in `<top (required)>'
C:/Ruby192/bin/rake:19:in
'rake aborted!load' C:/Ruby192/bin/rake:19:in
Don't know how to build task 'translation_deploy'
(See full trace by running task with --trace)
** Execute translation:yml:to_as_and_swf
The text was updated successfully, but these errors were encountered: