Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-JSR-2
-
None
-
None
-
Windows XP SP2
Description
groovy.lang.GroovyClassLoader is unable to load dependent scripts that have an absolute path containing whitespaces.
This is particularly visible on Windows where a user's documents are typically found under 'C:\Documents and Settings'.
To reproduce this problem, try the following:
1) create /tmp/documents and settings/sandbox/foo.groovy which depends on /tmp/documents and settings/sandbox/com/acme/bar.groovy
2) run /tmp/documents and settings/sandbox/foo.groovy from within /tmp