Skip to content

Instantly share code, notes, and snippets.

@myabc
Created October 27, 2009 12:16
Show Gist options
  • Save myabc/219520 to your computer and use it in GitHub Desktop.
Save myabc/219520 to your computer and use it in GitHub Desktop.
[alexbcoles@mondiale do_derby (next)]$ mvn rails:spec
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building do_derby
[INFO] task-segment: [rails:spec] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [rails:spec {execution: default-cli}]
[WARNING] file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/META-INF/jruby.home/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:247:in `files_to_load': File or directory not found: /Users/alexbcoles/git-repos/do/do_derby/null/src/main/rails/spec (RuntimeError)
[WARNING] from file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/META-INF/jruby.home/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:239:in `each'
[WARNING] from file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/META-INF/jruby.home/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:239:in `files_to_load'
[WARNING] from file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/META-INF/jruby.home/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:99:in `run_examples'
[WARNING] from file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/META-INF/jruby.home/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run'
[WARNING] from file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/META-INF/jruby.home/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4
[WARNING] from file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/META-INF/jruby.home/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:19:in `load'
[WARNING] from file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/META-INF/jruby.home/bin/spec:19
[WARNING] from file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/META-INF/jruby.home/bin/spec:12:in `load'
[WARNING] from file:/Users/alexbcoles/.m2/repository/org/jruby/jruby-complete/1.3.1/jruby-complete-1.3.1.jar!/jruby/commands.rb:12:in `spec'
[WARNING] from spec:1
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] there were spec failures
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Tue Oct 27 13:16:07 CET 2009
[INFO] Final Memory: 3M/62M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment