boing
boing copied to clipboard
Don't know how to build task
Hello,
I came across boing from this issue: https://github.com/ninjudd/drip/issues/60
I am using drip with jRuby 1.7.19 and Rails 4.1.10 and while rails c and rails s work great, rake test throws warning: already initialized constant and a hand full of tests fail. I assume this is because of spring causing drip not to use a new JVM instance. Boing looked promising, but when I run boing rake test I receive the following error:
rake aborted!
Don't know how to build task 'rake'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/task_manager.rb:62:in `[]'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/application.rb:149:in `invoke_task'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/application.rb:106:in `top_level'
org/jruby/RubyArray.java:1613:in `each'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/application.rb:106:in `top_level'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/application.rb:78:in `run'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/application.rb:75:in `run'
/Users/jdtrout/.rbenv/versions/jruby-1.7.19/lib/ruby/gems/shared/gems/rake-10.4.2/bin/rake:33:in `(root)'
org/jruby/RubyKernel.java:1087:in `load'
Am I running this command incorrectly? Any help/advice would be appreciated.
Thanks!