Skip to content

Commit

Permalink
Fixed issue shoes#17. Now, `bin\swt-shoooes samples\working-swt\simpl…
Browse files Browse the repository at this point in the history
…e-sound.rb` works on Windows.
  • Loading branch information
ashbb committed May 26, 2012
1 parent 2fc023e commit c90a471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,17 @@ There are rake tasks for running specs. Some examples:
$ rake spec:swt # Run the specs for the Swt implementation
$ rake spec[Shape] # Run all the specs for Shape
$ rake spec:shoes[Shape] # Run just the DSL specs for Shape

**Note:** For Windows, `C:\tmp\shoes4>jruby --1.9 -S rake spec`

Running a Shoes App
-------------------

Shoes 4 comes with a command-line app runner. Just pass it the filename of your Shoes app.

$ bin/swt-shoooes samples/working/simple-sound.rb
$ bin/swt-shoooes samples/working-swt/simple-sound.rb

**Note:** For Windows, `C:\tmp\shoes4>jruby --1.9 -S rake spec`
**Note:** For Windows, `C:\tmp\shoes4>bin\swt-shoooes samples\working-swt\simple-sound.rb`

Build Status
------------
Expand Down
2 changes: 1 addition & 1 deletion samples/working-swt/simple-sound.rb
2 changes: 1 addition & 1 deletion samples/working-swt/simple-stripes.rb

0 comments on commit c90a471

Please sign in to comment.