Skip to content

Instantly share code, notes, and snippets.

@peteroyle
Created March 25, 2011 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peteroyle/886271 to your computer and use it in GitHub Desktop.
Save peteroyle/886271 to your computer and use it in GitHub Desktop.
bash-3.2$ jruby -S rake test:units --trace
(in /usr/local/bamboo/xml-data/build-dir/FILM-TNK)
DEPRECATION WARNING: Rake tasks in vendor/plugins/annotate_models/tasks are deprecated. Use lib/tasks instead. (called from require at /opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29)
INSTALLING DATE LOCALE PARSING HACKS
rake aborted!
no such file to load -- torquebox/tasks
org/jruby/RubyKernel.java:1037:in `require'
/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `require'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/polyglot-0.3.1/lib/polyglot.rb:64:in `require'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:547:in `new_constants_in'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:546:in `new_constants_in'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
/usr/local/bamboo/xml-data/build-dir/FILM-TNK/lib/tasks/torquebox.rake:1:in `(root)'
org/jruby/RubyKernel.java:1062:in `load'
/usr/local/bamboo/xml-data/build-dir/FILM-TNK/lib/tasks/torquebox.rake:171:in `load_with_new_constant_marking'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:547:in `new_constants_in'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:546:in `new_constants_in'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:171:in `load_with_new_constant_marking'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rails-2.3.11/lib/tasks/rails.rb:14:in `(root)'
org/jruby/RubyArray.java:1572:in `each'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rails-2.3.11/lib/tasks/rails.rb:14:in `(root)'
org/jruby/RubyKernel.java:1037:in `require'
/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `require'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rails-2.3.11/lib/tasks/rails.rb:10:in `(root)'
org/jruby/RubyKernel.java:1062:in `load'
/usr/local/bamboo/xml-data/build-dir/FILM-TNK/Rakefile:2383:in `raw_load_rakefile'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2017:in `load_rakefile'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/opt/torquebox-1.0.0.CR1-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31:in `(root)'
org/jruby/RubyKernel.java:1062:in `load'
/opt/torquebox-current/jruby/bin/rake:19:in `(root)'
bash-3.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment