Skip to content

Instantly share code, notes, and snippets.

@pnc
Created June 9, 2011 19:34
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 pnc/1017519 to your computer and use it in GitHub Desktop.
Save pnc/1017519 to your computer and use it in GitHub Desktop.
Nebula:mailcatcher(master) $ rake --trace
(in /Users/phil/Development/ruby/mailcatcher)
** Invoke default (first_time)
** Invoke build (first_time)
** Invoke build:sass (first_time)
** Execute build:sass
** Invoke build:coffee (first_time)
** Execute build:coffee
** Invoke build:rdoc (first_time)
** Invoke rdoc (first_time)
** Invoke rdoc/index.html (first_time)
** Invoke lib/mail_catcher/events.rb (first_time, not_needed)
** Invoke lib/mail_catcher/mail.rb (first_time, not_needed)
** Invoke lib/mail_catcher/smtp.rb (first_time, not_needed)
** Invoke lib/mail_catcher/web.rb (first_time, not_needed)
** Invoke lib/mail_catcher.rb (first_time, not_needed)
** Invoke Rakefile (first_time, not_needed)
** Execute rdoc/index.html
rdoc -o rdoc --main README.md --title MailCatcher 0.4.3
lib/mail_catcher/events.rb lib/mail_catcher/mail.rb lib/mail_catcher/smtp.rb lib/mail_catcher/web.rb lib/mail_catcher.rb
Parsing sources...
rake aborted! lib/mail_catcher/web.rb
File to import not found or unreadable: compass.
Load path: .
public/stylesheets/application.scss:1
public/stylesheets/application.scss:1
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:831:in `join'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:831:in `invoke_prerequisites'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:831:in `each'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:831:in `invoke_prerequisites'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/bin/rake:31
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment