Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.6, 2.1.0-beta-1
-
Component/s: command line processing
-
Labels:None
-
Number of attachments :
Description
appears to be broken in groovy 1.5.7 and in 1.6-beta-2
C:_sources\src - xxxx yyyy>groovy -cp "C:_deployments\xxxx yyyy\temp_build" groovylink.groovy Caught: java.io.FileNotFoundException: C:_sources\src - xxxx yyyy\yyyy\temp_build groovylink.groovy (C:_sources\src - xxxx yyyy\yyyy\temp_build groovylink.groovy)
notice that what I entered for the classpath has a space between the xxxx and the yyyy (the file not found message is mangling the path even more)
Removed help message issues from title as that is already covered in
GROOVY-1525