public
Description: Code as Art, Art as Code. Processing and Ruby are meant for each other.
Homepage: http://github.com/jashkenas/ruby-processing/wikis
Clone URL: git://github.com/jashkenas/ruby-processing.git
Now showing off the nicer icon and title for the Dock. No more 
org.Jruby.Main
jashkenas (author)
Sat May 17 14:38:08 -0700 2008
commit  c348bc76557f3cae77f364597970bf8a0376dede
tree    8016e70acffbf7d10a3cfaeb8ecd58d7d514f1ef
parent  871da4969b8421adb26f92eb67f57c8bd1e7215f
...
5
6
7
8
 
9
10
 
11
12
...
5
6
7
 
8
9
 
10
11
12
0
@@ -5,7 +5,7 @@
0
 
0
 if [ -e "$1" ]
0
 then
0
- java -cp script/base_files/jruby-complete.jar org.jruby.Main script/live_files/live_coding.rb "$1"
0
+ java -cp script/base_files/jruby-complete.jar -Xdock:name=Ruby-Processing -Xdock:icon=script/application_files/Contents/Resources/sketch.icns org.jruby.Main script/live_files/live_coding.rb "$1"
0
 else
0
- java -cp script/base_files/jruby-complete.jar org.jruby.Main script/live_files/live_coding.rb
0
+ java -cp script/base_files/jruby-complete.jar -Xdock:name=Ruby-Processing -Xdock:icon=script/application_files/Contents/Resources/sketch.icns org.jruby.Main script/live_files/live_coding.rb
0
 fi
0
\ No newline at end of file
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@
0
 
0
 if [ -e "$1" ]
0
 then
0
- java -cp script/base_files/jruby-complete.jar org.jruby.Main "$1"
0
+ java -cp script/base_files/jruby-complete.jar -Xdock:name=Ruby-Processing -Xdock:icon=script/application_files/Contents/Resources/sketch.icns org.jruby.Main "$1"
0
 else
0
   echo "Couldn't find that sketch."
0
   echo "Usage: script/open path/to/my_sketch.rb"

Comments

    No one has commented yet.