Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.6-beta-2
-
Fix Version/s: 1.6-rc-1, 1.5.8, 1.7-beta-1
-
Component/s: command line processing
-
Labels:None
-
Environment:Mac OS X 10.5, Java 1.6
-
Number of attachments :
Description
macpro:~ sam$ cat /tmp/test.groovy
println args
macpro:~ sam$ ~/Software/groovy-1.6-beta-2/bin/groovy /tmp/test.groovy
Caught: groovy.lang.MissingPropertyException: No such property: args for class: test
at test.run(test.groovy:1)
The exact same thing will work on any previous version of groovy.