Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-JSR-5
-
None
-
None
-
I have tested under Windows 2000 Server,
but I think it exists for other OS as well
Description
For the JSR-05 release, importing classes defined in other scripts
works like charm if they are using extension 'groovy'.
However, I have problem to import classes if I named my scripts
as 'XXX.gvy ' - using the second standard extension instead of 'XXX.groovy'.
[Blackdrag's Comment: the loader does only look for .groovy... Maybe we should set the
extension in the compiler configuration, and then it will be
configurable throughout groovy]