-
Bug
-
Resolution: Fixed
-
Minor
-
None
Using : as separator for tool location is not the best choice on Windows, as for example maven:c:\blahblah won't be parsed correctly.
[JENKINS-25002] Using : as separator for tool location is not the best choice on Windows
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 158900 ] | New: JNJira + In-Review [ 208104 ] |
I tried to resolve this by using '=' as separator but then I bump into this issue with args4j: https://java.net/jira/browse/ARGS4J-24
Gonna think about this tonight, any suggestions for a better, parseable format are always welcome.