groovy 1.6-beta-2 は入れちゃだめ

Groovy scripts can't access the 'args' property anymore to get the arguments from the command line
http://jira.codehaus.org/browse/GROOVY-3084

なんでこんなことがおきるのだろう。不思議だ。

--terminal=noneも挙動が変わっている

>groovysh --terminal=none
Groovy Shell (1.6-beta-2, JVM: 1.6.0_06)
Type 'help' or '\h' for help.
-------------------------------------------------------------------------------
groovy:000> println "hoge"
hoge
===> null
groovy:000> groovy:000> exit

>groovysh
Groovy Shell (1.6-beta-2, JVM: 1.6.0_06)
Type 'help' or '\h' for help.
-------------------------------------------------------------------------------
groovy:000> println "hoge"
hoge
===> null
groovy:000> exit

http://jira.codehaus.org/browse/GROOVY-2702
まだFIXしてねー。