Re: [shoes] [brown-shoes] 3d6d09862e
- From:
- Eric Watson
- Date:
- 2012-01-31 @ 06:27
Peter,
I got brown shoes set up on OS X lion, and I can run the blank-window.rb
in both flavors. Sweet! I can't get the specs to run, though. I tried rake
and rspec-swing (and friends), but couldn't get anything to work. The rake
task doesn't seem to be what you're using, but I'm not sure how to invoke
the rspec-* runners properly. Here are some of the things I tried:
huckle:brown_shoes eric$ ./rspec-white -Ispec spec/white_shoes
LoadError: no such file to load -- spec_helper
require at org/jruby/RubyKernel.java:1047
require at
/Users/eric/.rvm/rubies/jruby-1.6.5/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36
(root) at /Users/eric/code/brown_shoes/spec/white_shoes/app_spec.rb:1
load at org/jruby/RubyKernel.java:1073
load_spec_files at /Users/eric/code/brown_shoes/spec/white_shoes/app_spec.rb:419
collect at org/jruby/RubyArray.java:2318
collect at org/jruby/RubyArray.java:2326
load_spec_files at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419
run at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:18
run_in_process at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:80
run at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:69
autorun at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:11
call at org/jruby/RubyProc.java:270
call at org/jruby/RubyProc.java:224
***
huckle:brown_shoes eric$ ./rspec-swt -Ispec/swt_shoes spec/swt_shoes
NameError: undefined local variable or method `org' for Swt:Module
Swt at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/swt-0.12/lib/swt/minimal.rb:9
(root) at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/swt-0.12/lib/swt/minimal.rb:6
require at org/jruby/RubyKernel.java:1047
require at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/swt-0.12/lib/swt/minimal.rb:36
(root) at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/swt-0.12/lib/swt.rb:2
require at org/jruby/RubyKernel.java:1047
require at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/swt-0.12/lib/swt.rb:59
(root) at /Users/eric/code/brown_shoes/lib/swt_shoes.rb:4
require at org/jruby/RubyKernel.java:1047
require at /Users/eric/code/brown_shoes/lib/swt_shoes.rb:36
(root) at /Users/eric/code/brown_shoes/spec/swt_shoes/spec_helper.rb:2
require at org/jruby/RubyKernel.java:1047
require at /Users/eric/code/brown_shoes/spec/swt_shoes/spec_helper.rb:36
(root) at /Users/eric/code/brown_shoes/spec/swt_shoes/app_spec.rb:1
load at org/jruby/RubyKernel.java:1073
load_spec_files at /Users/eric/code/brown_shoes/spec/swt_shoes/app_spec.rb:419
collect at org/jruby/RubyArray.java:2318
collect at org/jruby/RubyArray.java:2326
load_spec_files at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419
run at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:18
run_in_process at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:80
run at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:69
autorun at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:11
call at org/jruby/RubyProc.java:270
call at org/jruby/RubyProc.java:224
***
huckle:brown_shoes eric$ ./rspec-swing -Ispec/swing_shoes spec/swing_shoes/
NameError: undefined local variable or method `javax' for SwingShoes::App:Module
App at /Users/eric/code/brown_shoes/lib/swing_shoes/app.rb:7
SwingShoes at /Users/eric/code/brown_shoes/lib/swing_shoes/app.rb:3
(root) at /Users/eric/code/brown_shoes/lib/swing_shoes/app.rb:1
require at org/jruby/RubyKernel.java:1047
require at /Users/eric/code/brown_shoes/lib/swing_shoes/app.rb:36
(root) at /Users/eric/code/brown_shoes/lib/swing_shoes.rb:3
require at org/jruby/RubyKernel.java:1047
require at /Users/eric/code/brown_shoes/lib/swing_shoes.rb:36
(root) at
/Users/eric/code/brown_shoes/spec/swing_shoes/spec_helper.rb:1
require at org/jruby/RubyKernel.java:1047
require at
/Users/eric/code/brown_shoes/spec/swing_shoes/spec_helper.rb:36
(root) at /Users/eric/code/brown_shoes/spec/swing_shoes/app_spec.rb:1
load at org/jruby/RubyKernel.java:1073
load_spec_files at /Users/eric/code/brown_shoes/spec/swing_shoes/app_spec.rb:419
collect at org/jruby/RubyArray.java:2318
collect at org/jruby/RubyArray.java:2326
load_spec_files at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419
run at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:18
run_in_process at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:80
run at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:69
autorun at
/Users/eric/.rvm/gems/jruby-1.6.5@shoes/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:11
call at org/jruby/RubyProc.java:270
call at org/jruby/RubyProc.java:224
Eric
On Jan 24, 2012, at 10:56 AM, Peter Fitzgibbons wrote:
> commit 3d6d09862e742293dfbca73dd87994b654193a6f
> Author: pfitzgibbons <peter.fitzgibbons@gmail.com>
> Date: Tue Jan 24 10:50:39 2012 -0600
>
> Flow specs on all frameworks.
>
> Peter Fitzgibbons
> (847) 859-9550
> Email: peter.fitzgibbons@gmail.com
> IM GTalk: peter.fitzgibbons
> IM AOL: peter.fitzgibbons@gmail.com
Re: [shoes] [brown-shoes] 3d6d09862e
- From:
- Peter Fitzgibbons
- Date:
- 2012-01-31 @ 12:33
HI Eric,
Yep, I broke something. I'll look into it through the course of the day.
Peter Fitzgibbons
(847) 859-9550
Email: peter.fitzgibbons@gmail.com
IM GTalk: peter.fitzgibbons
IM AOL: peter.fitzgibbons@gmail.com
unsubscribe
- From:
- Carson Willey
- Date:
- 2012-01-24 @ 23:27
unsubscribe
On 01/24/2012 11:56 AM, Peter Fitzgibbons wrote:
> commit 3d6d09862e742293dfbca73dd87994b654193a6f
>
<https://github.com/shoes/brown_shoes/commit/3d6d09862e742293dfbca73dd87994b654193a6f>
> Author: pfitzgibbons <peter.fitzgibbons@gmail.com
> <mailto:peter.fitzgibbons@gmail.com>>
> Date: Tue Jan 24 10:50:39 2012 -0600
>
> Flow specs on all frameworks.
>
> Peter Fitzgibbons
> (847) 859-9550
> Email: peter.fitzgibbons@gmail.com <mailto:peter.fitzgibbons@gmail.com>
> IM GTalk: peter.fitzgibbons
> IM AOL: peter.fitzgibbons@gmail.com <mailto:peter.fitzgibbons@gmail.com>
Re: [shoes] unsubscribe
- From:
- Steve Klabnik
- Date:
- 2012-01-24 @ 23:44
When you subscribe you get an email that tells you how to unsusbcribe
by sending an email to LIST-unsubscribe@librelist.com. Of course put
the list you want to leave in place of LIST. You’ll get a confirmation
and then you’ll be taken off.
http://librelist.com/help.html