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)
Activity
Paul King
made changes -
| Field | Original Value | New Value |
|---|---|---|
| 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) |
appears to be broken in groovy 1.5.7 and in 1.6-beta-2 {noformat} 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) {noformat} 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) |
Paul King
made changes -
| Summary | groovy, groovysh, groovyconsole, etc Cannot use spaces in supplied classpath -cp and also -cp does not show up in -h help message | groovy, groovysh, groovyconsole, etc Cannot use spaces in supplied classpath -cp |
Paul King
made changes -
| Component/s | command line processing [ 10445 ] |
blackdrag blackdrag
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Paul King [ paulk_asert ] | |
| Fix Version/s | 2.0.6 [ 18852 ] | |
| Fix Version/s | 2.1.0 [ 18598 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |