Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.6
-
Fix Version/s: 1.8.6, 2.0-beta-3
-
Component/s: Groovysh
-
Labels:None
-
Environment:Windows 5.1.2600 Service Pack 3 Build 2600
java version "1.6.0_07"
Groovy Shell 1.7.6
-
Number of attachments :
Description
When starting groovysh with the verbose option (-v) "groovy.lang.MissingPropertyException" is thrown.
See bellow:
**********
C:\>groovysh -v
Groovy Shell (1.7.6, JVM: 1.6.0_07)
Type 'help' or '\h' for help.
-------------------------------------------------------------------------------
groovy:000> a = ""
ERROR groovy.lang.MissingPropertyException:
No such property: buffer for class: org.codehaus.groovy.tools.shell.Groovysh
Possible solutions: buffers, runner
at java_lang_Runnable$run.call (Unknown Source)
groovy:000>
**********
C:\Documents and Settings\daniel_sun>groovysh -v
Groovy Shell (1.8.0-beta-2, JVM: 1.6.0_16)
Type 'help' or '\h' for help.
1.8.0-beta-2 works fine.