Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-2
-
None
-
None
Description
This is an issue for the current JSR-02 CVS Head.
There does not exist the file "foo.groovy" in the current directory.
But I have used the command:
$ groovy foo.groovy
Caught: java.lang.NullPointerException
I have tested the above command with Groovy 1.0 JSR-01.
$ groovy foo.groovy
Caught: java.io.FileNotFoundException: foo.groovy
I think that error message, generated by JSR-02 CVS HEAD, should be the same one as the message generated by JSR-01.